Searched defs:ip_vs_protocol (Results 1 – 1 of 1) sorted by relevance
496 struct ip_vs_protocol { struct497 struct ip_vs_protocol *next; argument503 void (*init)(struct ip_vs_protocol *pp); argument505 void (*exit)(struct ip_vs_protocol *pp); argument529 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument532 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, argument547 void (*debug_packet)(int af, struct ip_vs_protocol *pp, argument558 struct ip_vs_protocol *pp; argument
Completed in 11 milliseconds