Home
last modified time | relevance | path

Searched defs:nf_conntrack_l4proto (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_l4proto.h19 struct nf_conntrack_l4proto { struct
21 u_int16_t l3proto;
24 u_int8_t l4proto;
28 bool (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int dataoff,
34 bool (*invert_tuple)(struct nf_conntrack_tuple *inverse,
38 int (*packet)(struct nf_conn *ct,
48 bool (*new)(struct nf_conn *ct, const struct sk_buff *skb,
52 void (*destroy)(struct nf_conn *ct);
54 int (*error)(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb,
59 void (*print_tuple)(struct seq_file *s,
[all …]