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 *);
1473 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
1504 void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
1508 extern struct ip_vs_protocol ip_vs_protocol_tcp;
1509 extern struct ip_vs_protocol ip_vs_protocol_udp;
1510 extern struct ip_vs_protocol ip_vs_protocol_icmp;
1511 extern struct ip_vs_protocol ip_vs_protocol_esp;
1512 extern struct ip_vs_protocol ip_vs_protocol_ah;
1513 extern struct ip_vs_protocol ip_vs_protocol_sctp;
1630 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1632 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1634 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1636 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1638 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1640 struct ip_vs_protocol *pp, int offset,
1646 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1648 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1650 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1652 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1654 struct ip_vs_protocol *pp, int offset,
1719 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1723 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1873 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
1879 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,