Home
last modified time | relevance | path

Searched defs:pp (Results 1 – 19 of 19) sorted by relevance

/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c42 ah_esp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, in ah_esp_conn_in_get()
81 struct ip_vs_protocol *pp, in ah_esp_conn_out_get()
116 ah_esp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in ah_esp_conn_schedule()
128 ah_esp_debug_packet_v4(struct ip_vs_protocol *pp, const struct sk_buff *skb, in ah_esp_debug_packet_v4()
146 ah_esp_debug_packet_v6(struct ip_vs_protocol *pp, const struct sk_buff *skb, in ah_esp_debug_packet_v6()
164 ah_esp_debug_packet(struct ip_vs_protocol *pp, const struct sk_buff *skb, in ah_esp_debug_packet()
176 static void ah_esp_init(struct ip_vs_protocol *pp) in ah_esp_init()
182 static void ah_esp_exit(struct ip_vs_protocol *pp) in ah_esp_exit()
Dip_vs_proto.c46 static int __used __init register_ip_vs_protocol(struct ip_vs_protocol *pp) in register_ip_vs_protocol()
63 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp) in unregister_ip_vs_protocol()
87 struct ip_vs_protocol *pp; in ip_vs_proto_get() local
104 struct ip_vs_protocol *pp; in ip_vs_protocol_timeout_change() local
146 struct ip_vs_protocol *pp = ip_vs_proto_get(proto); in ip_vs_state_name() local
155 ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v4()
189 ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v6()
224 ip_vs_tcpudp_debug_packet(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet()
270 struct ip_vs_protocol *pp; in ip_vs_protocol_cleanup() local
Dip_vs_proto_udp.c28 udp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_conn_in_get()
54 udp_conn_out_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_conn_out_get()
80 udp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_conn_schedule()
168 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in udp_snat_handler()
243 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in udp_dnat_handler()
316 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
479 udp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to) in udp_set_state_timeout()
495 struct ip_vs_protocol *pp) in udp_state_transition()
501 static void udp_init(struct ip_vs_protocol *pp) in udp_init()
507 static void udp_exit(struct ip_vs_protocol *pp) in udp_exit()
Dip_vs_xmit.c206 struct ip_vs_protocol *pp) in ip_vs_null_xmit()
220 struct ip_vs_protocol *pp) in ip_vs_bypass_xmit()
285 struct ip_vs_protocol *pp) in ip_vs_bypass_xmit_v6()
353 struct ip_vs_protocol *pp) in ip_vs_nat_xmit()
428 struct ip_vs_protocol *pp) in ip_vs_nat_xmit_v6()
524 struct ip_vs_protocol *pp) in ip_vs_tunnel_xmit()
636 struct ip_vs_protocol *pp) in ip_vs_tunnel_xmit_v6()
747 struct ip_vs_protocol *pp) in ip_vs_dr_xmit()
800 struct ip_vs_protocol *pp) in ip_vs_dr_xmit_v6()
858 struct ip_vs_protocol *pp, int offset) in ip_vs_icmp_xmit()
[all …]
Dip_vs_proto_tcp.c29 tcp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_conn_in_get()
51 tcp_conn_out_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_conn_out_get()
74 tcp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_conn_schedule()
161 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in tcp_snat_handler()
231 struct ip_vs_protocol *pp, struct ip_vs_conn *cp) in tcp_dnat_handler()
302 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
464 static void tcp_timeout_change(struct ip_vs_protocol *pp, int flags) in tcp_timeout_change()
478 tcp_set_state_timeout(struct ip_vs_protocol *pp, char *sname, int to) in tcp_set_state_timeout()
498 set_tcp_state(struct ip_vs_protocol *pp, struct ip_vs_conn *cp, in set_tcp_state()
569 struct ip_vs_protocol *pp) in tcp_state_transition()
[all …]
Dip_vs_core.c165 struct ip_vs_protocol *pp) in ip_vs_set_state()
434 struct ip_vs_protocol *pp) in ip_vs_leave()
568 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp()
613 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp_v6()
661 struct ip_vs_protocol *pp, in handle_response_icmp()
715 struct ip_vs_protocol *pp; in ip_vs_out_icmp() local
790 struct ip_vs_protocol *pp; in ip_vs_out_icmp_v6() local
871 handle_response(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in handle_response()
935 struct ip_vs_protocol *pp; in ip_vs_out() local
1054 struct ip_vs_protocol *pp; in ip_vs_in_icmp() local
[all …]
Dip_vs_app.c68 struct ip_vs_protocol *pp; in ip_vs_app_inc_new() local
120 struct ip_vs_protocol *pp; in ip_vs_app_inc_release() local
225 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp) in ip_vs_bind_app()
Dip_vs_sync.c299 struct ip_vs_protocol *pp; in ip_vs_process_message() local
Dip_vs_conn.c685 struct ip_vs_protocol *pp = ip_vs_proto_get(proto); in ip_vs_conn_new() local
/net/phonet/
Daf_phonet.c42 struct phonet_protocol *pp; in phonet_proto_get() local
56 static inline void phonet_proto_put(struct phonet_protocol *pp) in phonet_proto_put()
394 struct phonet_protocol *pp) in phonet_proto_register()
416 void phonet_proto_unregister(int protocol, struct phonet_protocol *pp) in phonet_proto_unregister()
/net/rxrpc/
Dar-connection.c71 struct rb_node *p, *parent, **pp; in rxrpc_get_bundle() local
610 struct rb_node *p, **pp; in rxrpc_incoming_connection() local
Dar-accept.c316 struct rb_node *parent, **pp; in rxrpc_accept_call() local
Dar-call.c153 struct rb_node *p, *parent, **pp; in rxrpc_get_client_call() local
/net/ipv6/
Daf_inet6.c815 struct sk_buff **pp = NULL; in ipv6_gro_receive() local
/net/sctp/
Dsocket.c5690 struct sctp_bind_bucket *pp; /* hash list port iterator */ in sctp_get_port_local() local
6086 struct sctp_bind_bucket *pp; in sctp_bucket_create() local
6100 static void sctp_bucket_destroy(struct sctp_bind_bucket *pp) in sctp_bucket_destroy()
6114 struct sctp_bind_bucket *pp; in __sctp_put_port() local
6712 struct sctp_bind_bucket *pp; /* hash list port iterator */ in sctp_sock_migrate() local
/net/ipv4/
Daf_inet.c1268 struct sk_buff **pp = NULL; in inet_gro_receive() local
Dtcp.c2475 struct sk_buff **pp = NULL; in tcp_gro_receive() local
/net/bluetooth/rfcomm/
Dcore.c2054 struct list_head *pp, *p; in rfcomm_dlc_sysfs_show() local
/net/core/
Ddev.c2389 struct sk_buff **pp = NULL; in dev_gro_receive() local