Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/netfilter/
Dnf_conntrack_l4proto.h20 struct nf_conntrack_l4proto { struct
22 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 …]