taglinefilesource code
hhp37include/linux/etherdevice.hextern void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hhp184include/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)
hhp349net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hhp352net/ipv4/arp.chhp = &entry->hh;
hhp353net/ipv4/arp.cwhile ((hh=*hhp) != NULL)
hhp357net/ipv4/arp.c*hhp = hh->hh_next;
hhp362net/ipv4/arp.chhp = &hh->hh_next;
hhp1405net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hhp1408net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hhp1429net/ipv4/arp.c*hhp = hh;
hhp1449net/ipv4/arp.c*hhp = hh;
hhp1473net/ipv4/arp.c*hhp = hh;
hhp1533net/ipv4/arp.c*hhp = hh;