Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netfilter/
Dnf_conntrack_ecache.h148 static inline bool nf_conntrack_ecache_dwork_pending(const struct net *net) in nf_conntrack_ecache_dwork_pending() function
173 static inline bool nf_conntrack_ecache_dwork_pending(const struct net *net) { return false; } in nf_conntrack_ecache_dwork_pending() function
/linux-5.19.10/net/netfilter/
Dnf_conntrack_core.c689 if (nf_conntrack_ecache_dwork_pending(net)) in nf_ct_delete()