Home
last modified time | relevance | path

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

/include/net/netfilter/
Dnf_conntrack.h303 static inline bool nf_ct_is_expired(const struct nf_conn *ct) in nf_ct_is_expired() function
311 return nf_ct_is_expired(ct) && nf_ct_is_confirmed(ct) && in nf_ct_should_gc()