Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_ecache.h39 static inline bool nf_ct_ecache_exist(const struct nf_conn *ct) in nf_ct_ecache_exist() function
120 if (nf_ct_ecache_exist(ct)) in nf_conntrack_event_report()
130 if (nf_ct_ecache_exist(ct)) in nf_conntrack_event()
Dnf_conntrack_core.h68 if (ret == NF_ACCEPT && nf_ct_ecache_exist(ct)) in nf_conntrack_confirm()