taglinefilesource code
hhp37include/linux/etherdevice.hextern void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hhp188include/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);
hhp227net/ethernet/eth.cvoid eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hhp237net/ethernet/eth.cif (arp_bind_cache(hhp, dev, htype, daddr))
hhp239net/ethernet/eth.cif ((hh=*hhp) != NULL)
hhp351net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hhp354net/ipv4/arp.chhp = &entry->hh;
hhp355net/ipv4/arp.cwhile ((hh=*hhp) != NULL)
hhp359net/ipv4/arp.c*hhp = hh->hh_next;
hhp364net/ipv4/arp.chhp = &hh->hh_next;
hhp1408net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hhp1411net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hhp1432net/ipv4/arp.c*hhp = hh;
hhp1452net/ipv4/arp.c*hhp = hh;
hhp1476net/ipv4/arp.c*hhp = hh;
hhp1536net/ipv4/arp.c*hhp = hh;