Searched refs:__nf_ct_ext_exist (Results 1 – 2 of 2) sorted by relevance
29 if (!__nf_ct_ext_exist(ext, i)) in __nf_ct_ext_destroy()86 if (__nf_ct_ext_exist(old, id)) in __nf_ct_ext_add_length()103 if (!__nf_ct_ext_exist(old, i)) in __nf_ct_ext_add_length()
55 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() function62 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist()