tag | line | file | source code |
hhp | 37 | include/linux/etherdevice.h | extern void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev, |
hhp | 183 | include/linux/netdevice.h | void (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr); |
hhp | 15 | include/net/arp.h | extern int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short type, __u32 daddr); |
hhp | 226 | net/ethernet/eth.c | void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev, |
hhp | 236 | net/ethernet/eth.c | if (arp_bind_cache(hhp, dev, htype, daddr)) |
hhp | 238 | net/ethernet/eth.c | if ((hh=*hhp) != NULL) |
hhp | 345 | net/ipv4/arp.c | struct hh_cache *hh, **hhp; |
hhp | 348 | net/ipv4/arp.c | hhp = &entry->hh; |
hhp | 349 | net/ipv4/arp.c | while ((hh=*hhp) != NULL) |
hhp | 353 | net/ipv4/arp.c | *hhp = hh->hh_next; |
hhp | 358 | net/ipv4/arp.c | hhp = &hh->hh_next; |
hhp | 1371 | net/ipv4/arp.c | int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr) |
hhp | 1374 | net/ipv4/arp.c | struct hh_cache *hh = *hhp; |
hhp | 1395 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1415 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1439 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1499 | net/ipv4/arp.c | *hhp = hh; |