Searched refs:arp_hash (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | l2t.c | 68 static inline unsigned int arp_hash(u32 key, int ifindex, in arp_hash() function 241 int hash = arp_hash(e->addr, e->ifindex, d); in alloc_l2e() 331 hash = arp_hash(addr, ifidx, d); in t3_l2t_get() 406 int hash = arp_hash(addr, ifidx, d); in t3_l2t_update()
|
/linux/net/ipv4/ |
A D | arp.c | 122 static u32 arp_hash(const void *pkey, const struct net_device *dev, __u32 *hash_rnd); 156 .hash = arp_hash, 210 static u32 arp_hash(const void *pkey, in arp_hash() function
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | l2t.c | 86 static inline unsigned int arp_hash(struct l2t_data *d, const u32 *key, in arp_hash() function 107 return addr_len == 4 ? arp_hash(d, addr, ifindex) : in addr_hash()
|
/linux/ |
A D | System.map | 53376 ffff800010e667d0 t arp_hash
|
A D | .tmp_System.map | 53376 ffff800010e667d0 t arp_hash
|
Completed in 324 milliseconds