Searched defs:nf_conntrack_l4proto (Results 1 – 1 of 1) sorted by relevance
20 struct nf_conntrack_l4proto { struct22 u_int8_t l4proto;25 bool allow_clash;28 u16 nlattr_size;31 bool (*can_early_drop)(const struct nf_conn *ct);34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla,38 int (*from_nlattr)(struct nlattr *tb[], struct nf_conn *ct);40 int (*tuple_to_nlattr)(struct sk_buff *skb,43 unsigned int (*nlattr_tuple_size)(void);44 int (*nlattr_to_tuple)(struct nlattr *tb[],[all …]