Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_ct.c972 bool add_helper = false; in tcf_ct_act() local
1058 add_helper = true; in tcf_ct_act()
1065 if (nf_ct_is_confirmed(ct) ? ((!cached && !skip_add) || add_helper) : commit) { in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c770 bool add_helper = false; in __ovs_ct_lookup() local
803 add_helper = true; in __ovs_ct_lookup()
818 if ((nf_ct_is_confirmed(ct) ? !cached || add_helper : in __ovs_ct_lookup()