Lines Matching refs:ip_vs_protocol

476 struct ip_vs_protocol {  struct
477 struct ip_vs_protocol *next; argument
483 void (*init)(struct ip_vs_protocol *pp); argument
485 void (*exit)(struct ip_vs_protocol *pp); argument
509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
512 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
527 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
538 struct ip_vs_protocol *pp; argument
544 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
605 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
844 struct ip_vs_protocol *);
1460 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
1491 void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
1495 extern struct ip_vs_protocol ip_vs_protocol_tcp;
1496 extern struct ip_vs_protocol ip_vs_protocol_udp;
1497 extern struct ip_vs_protocol ip_vs_protocol_icmp;
1498 extern struct ip_vs_protocol ip_vs_protocol_esp;
1499 extern struct ip_vs_protocol ip_vs_protocol_ah;
1500 extern struct ip_vs_protocol ip_vs_protocol_sctp;
1617 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1619 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1621 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1623 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1625 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1627 struct ip_vs_protocol *pp, int offset,
1633 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1635 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1637 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1639 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1641 struct ip_vs_protocol *pp, int offset,
1706 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1710 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1860 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
1866 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,