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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto.c38 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)
66 register_ip_vs_proto_netns(struct netns_ipvs *ipvs, struct ip_vs_protocol *pp)
96 static int unregister_ip_vs_protocol(struct ip_vs_protocol *pp)
98 struct ip_vs_protocol **pp_p;
138 * get ip_vs_protocol object by its proto.
140 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto)
142 struct ip_vs_protocol *pp;
155 * get ip_vs_protocol object data by netns and proto
199 struct ip_vs_protocol *p
[all...]
H A Dip_vs_proto_ah_esp.c116 struct ip_vs_protocol ip_vs_protocol_ah = {
138 struct ip_vs_protocol ip_vs_protocol_esp = {
H A Dip_vs_proto_udp.c28 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
136 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
219 udp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
300 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp)
482 struct ip_vs_protocol ip_vs_protocol_udp = {
H A Dip_vs_xmit.c691 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
705 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
730 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
758 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
842 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
1118 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
1263 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
1410 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
1440 struct ip_vs_protocol *pp, struct ip_vs_iphdr *ipvsh)
1475 struct ip_vs_protocol *p
[all...]
H A Dip_vs_proto_sctp.c13 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
91 sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
139 sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
188 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp)
576 struct ip_vs_protocol ip_vs_protocol_sctp = {
H A Dip_vs_app.c76 struct ip_vs_protocol *pp;
127 struct ip_vs_protocol *pp;
260 struct ip_vs_protocol *pp)
H A Dip_vs_proto_tcp.c32 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
147 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
225 tcp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
304 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp)
725 struct ip_vs_protocol ip_vs_protocol_tcp = {
H A Dip_vs_core.c445 struct ip_vs_protocol *pp = pd->pp;
748 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
794 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
859 struct ip_vs_protocol *pp,
922 struct ip_vs_protocol *pp;
997 struct ip_vs_protocol *pp;
1262 struct ip_vs_protocol *pp = pd->pp;
1334 struct ip_vs_protocol *pp;
1474 struct ip_vs_protocol *pp = pd->pp;
1589 struct ip_vs_protocol *p
[all...]
H A Dip_vs_sync.c965 struct ip_vs_protocol *pp;
1074 struct ip_vs_protocol *pp;
/linux-master/include/net/
H A Dip_vs.h476 struct ip_vs_protocol { struct
477 struct ip_vs_protocol *next;
483 void (*init)(struct ip_vs_protocol *pp);
485 void (*exit)(struct ip_vs_protocol *pp);
509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
512 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp,
527 void (*debug_packet)(int af, struct ip_vs_protocol *pp,
538 struct ip_vs_protocol *pp;
544 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
605 struct ip_vs_protocol *p
[all...]
/linux-master/net/netfilter/
H A Dxt_ipvs.c56 struct ip_vs_protocol *pp;

Completed in 266 milliseconds