Searched refs:hash_val (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/core/ |
D | neighbour.c | 402 u32 hash_val; in neigh_lookup() local 409 hash_val = tbl->hash(pkey, dev, nht->hash_rnd) & nht->hash_mask; in neigh_lookup() 411 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup() 432 u32 hash_val; in neigh_lookup_nodev() local 439 hash_val = tbl->hash(pkey, NULL, nht->hash_rnd) & nht->hash_mask; in neigh_lookup_nodev() 441 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup_nodev() 461 u32 hash_val; in neigh_create() local 498 hash_val = tbl->hash(pkey, dev, nht->hash_rnd) & nht->hash_mask; in neigh_create() 505 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val], in neigh_create() 520 rcu_dereference_protected(nht->hash_buckets[hash_val], in neigh_create() [all …]
|
/linux-2.6.39/drivers/net/ |
D | dm9000.c | 739 u32 hash_val; in dm9000_hash_table_unlocked() local 763 hash_val = ether_crc_le(6, ha->addr) & 0x3f; in dm9000_hash_table_unlocked() 764 hash_table[hash_val / 16] |= (u16) 1 << (hash_val % 16); in dm9000_hash_table_unlocked()
|
/linux-2.6.39/drivers/net/benet/ |
D | be_hw.h | 288 u8 hash_val[4]; /* dword 3 */ member
|
/linux-2.6.39/drivers/net/tulip/ |
D | dmfe.c | 1458 u32 hash_val; in dm9132_id_table() local 1480 hash_val = cal_CRC((char *) ha->addr, 6, 0) & 0x3f; in dm9132_id_table() 1481 hash_table[hash_val / 16] |= (u16) 1 << (hash_val % 16); in dm9132_id_table()
|
/linux-2.6.39/drivers/net/cxgb4/ |
D | t4_msg.h | 187 __be32 hash_val; member
|
D | sge.c | 1531 skb->rxhash = (__force u32)pkt->rsshdr.hash_val; in do_gro() 1585 skb->rxhash = (__force u32)pkt->rsshdr.hash_val; in t4_ethrx_handler()
|