Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_extend.h52 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() function
59 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_extend.c56 if (__nf_ct_ext_exist(old, id)) in nf_ct_ext_add()