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)
hhp501net/ipv4/arp.cstatic int arp_set_hh(struct hh_cache **hhp, struct hh_cache *hh)
hhp511net/ipv4/arp.cif ((hh1 = *hhp) == NULL)
hhp513net/ipv4/arp.c*hhp = hh;
hhp1443net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hhp1455net/ipv4/arp.cif (*hhp)
hhp1462net/ipv4/arp.creturn arp_set_hh(hhp, hh);
hhp1477net/ipv4/arp.carp_set_hh(hhp, hh);
hhp1503net/ipv4/arp.cif (arp_set_hh(hhp, hh))
hhp1522net/ipv4/arp.cif (!arp_set_hh(hhp, hh))