Home
last modified time | relevance | path

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

/Linux-v6.6/net/openvswitch/
Dconntrack.c532 bool *ct_executed) in ovs_ct_executed() argument
542 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) && in ovs_ct_executed()
546 if (*ct_executed || (!key->ct_state && info->force)) { in ovs_ct_executed()
563 bool ct_executed = true; in skb_nfct_cached() local
567 ct = ovs_ct_executed(net, key, info, skb, &ct_executed); in skb_nfct_cached()
606 return ct_executed; in skb_nfct_cached()