Home
last modified time | relevance | path

Searched refs:__nf_ct_ext_exist (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/net/netfilter/
A Dnf_conntrack_extend.h45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() function
52 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist()
61 if (!ext || !__nf_ct_ext_exist(ext, id)) in nf_ct_ext_find()
A Dnf_conntrack_labels.h28 if (!ext || !__nf_ct_ext_exist(ext, NF_CT_EXT_LABELS)) in nf_ct_labels_find()
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_extend.c106 if (__nf_ct_ext_exist(old, id)) in nf_ct_ext_add()
141 if (!__nf_ct_ext_exist(ext, id)) in __nf_ct_ext_find()

Completed in 5 milliseconds