Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c1104 struct ovs_ct_limit *new_ct_limit) in ct_limit_set() argument
1109 head = ct_limit_hash_bucket(info, new_ct_limit->zone); in ct_limit_set()
1111 if (ct_limit->zone == new_ct_limit->zone) { in ct_limit_set()
1113 &new_ct_limit->hlist_node); in ct_limit_set()
1119 hlist_add_head_rcu(&new_ct_limit->hlist_node, head); in ct_limit_set()