Home
last modified time | relevance | path

Searched refs:ip_vs_protocol (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_proto.c43 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE];
49 static int __used __init register_ip_vs_protocol(struct ip_vs_protocol *pp) in register_ip_vs_protocol()
66 register_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_protocol *pp) in register_ip_vs_proto_netns()
96 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp) in unregister_ip_vs_protocol()
98 struct ip_vs_protocol **pp_p; in unregister_ip_vs_protocol()
140 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get()
142 struct ip_vs_protocol *pp; in ip_vs_proto_get()
220 struct ip_vs_protocol *pp = ip_vs_proto_get(proto); in ip_vs_state_name()
229 ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v4()
261 ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet_v6()
[all …]
Dip_vs_proto_ah_esp.c120 struct ip_vs_protocol ip_vs_protocol_ah = {
143 struct ip_vs_protocol ip_vs_protocol_esp = {
Dip_vs_xmit.c613 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_null_xmit()
627 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit()
659 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_bypass_xmit_v6()
694 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit()
785 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_nat_xmit_v6()
975 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit()
1072 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_tunnel_xmit_v6()
1169 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit()
1208 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh) in ip_vs_dr_xmit_v6()
1252 struct ip_vs_protocol *pp, int offset, unsigned int hooknum, in ip_vs_icmp_xmit()
[all …]
Dip_vs_proto_udp.c141 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_snat_handler()
224 udp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_dnat_handler()
305 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
488 struct ip_vs_protocol ip_vs_protocol_udp = {
Dip_vs_core.c427 struct ip_vs_protocol *pp = pd->pp; in ip_vs_schedule()
731 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp()
777 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp, in ip_vs_nat_icmp_v6()
842 struct ip_vs_protocol *pp, in handle_response_icmp()
906 struct ip_vs_protocol *pp; in ip_vs_out_icmp()
980 struct ip_vs_protocol *pp; in ip_vs_out_icmp_v6()
1109 struct ip_vs_protocol *pp = pd->pp; in handle_response()
1176 struct ip_vs_protocol *pp; in ip_vs_out()
1349 struct ip_vs_protocol *pp = pd->pp; in ip_vs_try_to_schedule()
1395 struct ip_vs_protocol *pp; in ip_vs_in_icmp()
[all …]
Dip_vs_app.c81 struct ip_vs_protocol *pp; in ip_vs_app_inc_new()
132 struct ip_vs_protocol *pp; in ip_vs_app_inc_release()
257 struct ip_vs_protocol *pp) in ip_vs_bind_app()
Dip_vs_proto_sctp.c88 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_snat_handler()
135 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_dnat_handler()
183 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
575 struct ip_vs_protocol ip_vs_protocol_sctp = {
Dip_vs_proto_tcp.c151 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_snat_handler()
229 tcp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_dnat_handler()
308 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
707 struct ip_vs_protocol ip_vs_protocol_tcp = {
Dip_vs_sync.c959 struct ip_vs_protocol *pp; in ip_vs_process_message_v0()
1071 struct ip_vs_protocol *pp; in ip_vs_proc_sync_conn()
/linux-4.4.14/include/net/
Dip_vs.h422 struct ip_vs_protocol { struct
423 struct ip_vs_protocol *next; argument
429 void (*init)(struct ip_vs_protocol *pp); argument
431 void (*exit)(struct ip_vs_protocol *pp); argument
455 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
458 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
462 struct ip_vs_protocol *pp); argument
476 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
487 struct ip_vs_protocol *pp; argument
493 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
[all …]
/linux-4.4.14/net/netfilter/
Dxt_ipvs.c55 struct ip_vs_protocol *pp; in ipvs_mt()