Lines Matching refs:ip_vs_protocol

415 struct ip_vs_protocol {  struct
416 struct ip_vs_protocol *next; argument
422 void (*init)(struct ip_vs_protocol *pp); argument
424 void (*exit)(struct ip_vs_protocol *pp); argument
448 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
451 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument
466 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument
477 struct ip_vs_protocol *pp; argument
483 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto);
544 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
780 struct ip_vs_protocol *);
1359 int ip_vs_bind_app(struct ip_vs_conn *cp, struct ip_vs_protocol *pp);
1390 void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
1394 extern struct ip_vs_protocol ip_vs_protocol_tcp;
1395 extern struct ip_vs_protocol ip_vs_protocol_udp;
1396 extern struct ip_vs_protocol ip_vs_protocol_icmp;
1397 extern struct ip_vs_protocol ip_vs_protocol_esp;
1398 extern struct ip_vs_protocol ip_vs_protocol_ah;
1399 extern struct ip_vs_protocol ip_vs_protocol_sctp;
1485 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1487 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1489 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1491 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1493 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1495 struct ip_vs_protocol *pp, int offset,
1501 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1503 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1505 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1507 struct ip_vs_protocol *pp, struct ip_vs_iphdr *iph);
1509 struct ip_vs_protocol *pp, int offset,
1574 void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp,
1578 void ip_vs_nat_icmp_v6(struct sk_buff *skb, struct ip_vs_protocol *pp,
1728 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
1734 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,