Searched defs:nf_conntrack_l3proto (Results 1 – 1 of 1) sorted by relevance
19 struct nf_conntrack_l3proto { struct21 u_int16_t l3proto;24 const char *name;30 bool (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int nhoff,37 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,41 int (*print_tuple)(struct seq_file *s,49 int (*get_l4proto)(const struct sk_buff *skb, unsigned int nhoff,52 int (*tuple_to_nlattr)(struct sk_buff *skb,76 extern struct nf_conntrack_l3proto __rcu *nf_ct_l3protos[AF_MAX]; argument