Searched refs:__ovs_ct_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | conntrack.c | 945 static int __ovs_ct_lookup(struct net *net, struct sw_flow_key *key, in __ovs_ct_lookup() function 1072 err = __ovs_ct_lookup(net, key, info, skb); in ovs_ct_lookup() 1187 err = __ovs_ct_lookup(net, key, info, skb); in ovs_ct_commit()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | conntrack.c | 701 static int __ovs_ct_lookup(struct net *net, struct sw_flow_key *key, in __ovs_ct_lookup() function 820 err = __ovs_ct_lookup(net, key, info, skb); in ovs_ct_lookup() 934 err = __ovs_ct_lookup(net, key, info, skb); in ovs_ct_commit()
|
Completed in 6 milliseconds