Searched refs:__nf_ct_ext_exist (Results 1 – 3 of 3) sorted by relevance
45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() function52 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()
28 if (!ext || !__nf_ct_ext_exist(ext, NF_CT_EXT_LABELS)) in nf_ct_labels_find()
106 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