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

/net/sched/
H A Dcls_route.c235 unsigned int h1, h2; local
240 h1 = to_hash(handle);
241 if (h1 > 256)
248 b = rtnl_dereference(head->table[h1]);
280 int h1, h2; local
285 for (h1 = 0; h1 <= 256; h1++) {
288 b = rtnl_dereference(head->table[h1]);
302 RCU_INIT_POINTER(head->table[h1], NUL
378 unsigned int h1; local
563 unsigned int h, h1; local
[all...]
H A Dcls_rsvp.h137 unsigned int h1, h2; local
172 h1 = hash_dst(dst, protocol, tunnelid);
175 for (s = rcu_dereference_bh(head->ht[h1]); s;
231 unsigned int h1 = h & 0xFF; local
234 for (s = rtnl_dereference(head->ht[h1]); s;
257 unsigned int h1 = handle & 0xFF; local
263 for (s = rtnl_dereference(head->ht[h1]); s;
301 int h1, h2; local
308 for (h1 = 0; h1 < 25
400 int h1, h2; local
465 unsigned int h1, h2; local
625 unsigned int h, h1; local
[all...]
/net/packet/
H A Daf_packet.c162 struct tpacket_hdr *h1; member in union:tpacket_uhdr
395 h.h1->tp_status = status;
396 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
420 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
421 return h.h1->tp_status;
462 h.h1->tp_sec = ts.tv_sec;
463 h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
476 flush_dcache_page(pgv_to_page(&h.h1->tp_sec));
787 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1; local
797 h1
831 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1; local
[all...]
/net/netfilter/
H A Dnf_conntrack_core.c69 static void nf_conntrack_double_unlock(unsigned int h1, unsigned int h2) argument
71 h1 %= CONNTRACK_LOCKS;
73 spin_unlock(&nf_conntrack_locks[h1]);
74 if (h1 != h2)
79 static bool nf_conntrack_double_lock(struct net *net, unsigned int h1, argument
82 h1 %= CONNTRACK_LOCKS;
84 if (h1 <= h2) {
85 spin_lock(&nf_conntrack_locks[h1]);
86 if (h1 != h2)
91 spin_lock_nested(&nf_conntrack_locks[h1],
[all...]
/net/ipv6/
H A Dip6_gre.c121 unsigned int h1 = HASH_KEY(key); local
128 for_each_ip_tunnel_rcu(t, ign->tunnels_r_l[h0 ^ h1]) {
153 for_each_ip_tunnel_rcu(t, ign->tunnels_r[h0 ^ h1]) {
177 for_each_ip_tunnel_rcu(t, ign->tunnels_l[h1]) {
203 for_each_ip_tunnel_rcu(t, ign->tunnels_wc[h1]) {
H A Dsit.c97 unsigned int h1 = HASH(local); local
101 for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) {
114 for_each_ip_tunnel_rcu(t, sitn->tunnels_l[h1]) {

Completed in 69 milliseconds