taglinefilesource code
hhp37include/linux/etherdevice.hextern void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hhp183include/linux/netdevice.hvoid        (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr);
hhp15include/net/arp.hextern int  arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short type, __u32 daddr);
hhp226net/ethernet/eth.cvoid eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hhp236net/ethernet/eth.cif (arp_bind_cache(hhp, dev, htype, daddr))
hhp238net/ethernet/eth.cif ((hh=*hhp) != NULL)
hhp345net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hhp348net/ipv4/arp.chhp = &entry->hh;
hhp349net/ipv4/arp.cwhile ((hh=*hhp) != NULL)
hhp353net/ipv4/arp.c*hhp = hh->hh_next;
hhp358net/ipv4/arp.chhp = &hh->hh_next;
hhp1371net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hhp1374net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hhp1395net/ipv4/arp.c*hhp = hh;
hhp1415net/ipv4/arp.c*hhp = hh;
hhp1439net/ipv4/arp.c*hhp = hh;
hhp1499net/ipv4/arp.c*hhp = hh;