Searched defs:hash_bucket (Results 1 - 2 of 2) sorted by relevance

/net/openvswitch/
H A Dvport.c85 static struct hlist_head *hash_bucket(struct net *net, const char *name) function
100 struct hlist_head *bucket = hash_bucket(net, name);
201 bucket = hash_bucket(ovs_dp_get_net(vport->dp),
/net/netfilter/
H A Dnf_conntrack_core.c148 static u32 hash_bucket(u32 hash, const struct net *net) function
414 unsigned int bucket = hash_bucket(hash, net);
597 hash = hash_bucket(hash, net);
735 hash = hash_bucket(_hash, net);

Completed in 68 milliseconds