Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_extend.h51 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() function
58 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_extend.c54 if (__nf_ct_ext_exist(old, id)) in nf_ct_ext_add()