Searched refs:__nf_ct_ext_exist (Results 1 – 2 of 2) sorted by relevance
52 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() function59 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist()
56 if (__nf_ct_ext_exist(old, id)) in nf_ct_ext_add()