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 | 184 | 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 | 349 | net/ipv4/arp.c | struct hh_cache *hh, **hhp; |
hhp | 352 | net/ipv4/arp.c | hhp = &entry->hh; |
hhp | 353 | net/ipv4/arp.c | while ((hh=*hhp) != NULL) |
hhp | 357 | net/ipv4/arp.c | *hhp = hh->hh_next; |
hhp | 362 | net/ipv4/arp.c | hhp = &hh->hh_next; |
hhp | 1405 | net/ipv4/arp.c | int arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr) |
hhp | 1408 | net/ipv4/arp.c | struct hh_cache *hh = *hhp; |
hhp | 1429 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1449 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1473 | net/ipv4/arp.c | *hhp = hh; |
hhp | 1533 | net/ipv4/arp.c | *hhp = hh; |