Home
last modified time | relevance | path

Searched refs:add_helper (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dconntrack.c991 bool add_helper = false; in __ovs_ct_lookup() local
1020 add_helper = true; in __ovs_ct_lookup()
1031 * helper was just attached ("add_helper") for a confirmed in __ovs_ct_lookup()
1035 if ((nf_ct_is_confirmed(ct) ? !cached || add_helper : in __ovs_ct_lookup()
/kernel/linux/linux-6.6/net/sched/
H A Dact_ct.c960 bool add_helper = false; in tcf_ct_act() local
1046 add_helper = true; in tcf_ct_act()
1053 if (nf_ct_is_confirmed(ct) ? ((!cached && !skip_add) || add_helper) : commit) { in tcf_ct_act()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dconntrack.c747 bool add_helper = false; in __ovs_ct_lookup() local
777 add_helper = true; in __ovs_ct_lookup()
788 * helper was just attached ("add_helper") for a confirmed in __ovs_ct_lookup()
792 if ((nf_ct_is_confirmed(ct) ? !cached || add_helper : in __ovs_ct_lookup()

Completed in 11 milliseconds