D | ip_vs.h | 429 struct ip_vs_protocol { struct 430 struct ip_vs_protocol *next; argument 436 void (*init)(struct ip_vs_protocol *pp); argument 438 void (*exit)(struct ip_vs_protocol *pp); argument 461 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument 464 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument 468 struct ip_vs_protocol *pp); argument 482 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument 493 struct ip_vs_protocol *pp; argument 499 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto); [all …]
|