Searched defs:ip_vs_protocol (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | ip_vs.h | 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
|
| /kernel/linux/linux-6.6/include/net/ |
| D | ip_vs.h | 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
|