D | ip_vs.h | 422 struct ip_vs_protocol { struct 423 struct ip_vs_protocol *next; argument 429 void (*init)(struct ip_vs_protocol *pp); argument 431 void (*exit)(struct ip_vs_protocol *pp); argument 455 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument 458 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument 462 struct ip_vs_protocol *pp); argument 476 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument 487 struct ip_vs_protocol *pp; argument 493 struct ip_vs_protocol *ip_vs_proto_get(unsigned short proto); [all …]
|