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

/linux-master/net/openvswitch/
H A Dconntrack.c532 bool *ct_executed)
542 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) &&
546 if (*ct_executed || (!key->ct_state && info->force)) {
563 bool ct_executed = true; local
567 ct = ovs_ct_executed(net, key, info, skb, &ct_executed);
606 return ct_executed;
528 ovs_ct_executed(struct net *net, const struct sw_flow_key *key, const struct ovs_conntrack_info *info, struct sk_buff *skb, bool *ct_executed) argument

Completed in 104 milliseconds