Home
last modified time | relevance | path

Searched refs:nf_ct_ext (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_conntrack_extend.h38 struct nf_ct_ext { struct
45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument
55 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id);
59 struct nf_ct_ext *ext = ct->ext; in nf_ct_ext_find()
/linux/net/netfilter/
H A Dnf_conntrack_core.c839 static bool nf_ct_ext_valid_pre(const struct nf_ct_ext *ext) in nf_ct_ext_valid_pre()
851 static bool nf_ct_ext_valid_post(struct nf_ct_ext *ext) in nf_ct_ext_valid_post()