Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack.h188 static inline bool nf_ct_shared(const struct nf_conn *ct) in nf_ct_shared() function
/linux/net/sched/
H A Dact_ct.c1056 if (ct && !nf_ct_is_confirmed(ct) && nf_ct_shared(ct)) { in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c743 if (ct && !nf_ct_is_confirmed(ct) && nf_ct_shared(ct)) { in __ovs_ct_lookup()