taglinefilesource code
hh_cache37include/linux/etherdevice.hextern void eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hh_cache39include/linux/etherdevice.hextern void eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr);
hh_cache65include/linux/netdevice.hstruct hh_cache *hh_next;
hh_cache182include/linux/netdevice.hvoid        (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr);
hh_cache183include/linux/netdevice.hvoid        (*header_cache_update)(struct hh_cache *hh, struct device *dev, unsigned char *  haddr);
hh_cache15include/net/arp.hextern int  arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short type, __u32 daddr);
hh_cache16include/net/arp.hextern int  arp_update_cache(struct hh_cache * hh);
hh_cache132include/net/route.hstruct hh_cache    *rt_hh;
hh_cache226net/ethernet/eth.cvoid eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hh_cache229net/ethernet/eth.cstruct hh_cache *hh;
hh_cache250net/ethernet/eth.cvoid eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr)
hh_cache130net/ipv4/arp.cstruct hh_cache      *hh;
hh_cache319net/ipv4/arp.cstruct hh_cache *hh, *next;
hh_cache332net/ipv4/arp.ckfree_s(hh, sizeof(struct(struct hh_cache)));
hh_cache346net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hh_cache355net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache371net/ipv4/arp.cstruct hh_cache *hh;
hh_cache383net/ipv4/arp.cstruct hh_cache *hh;
hh_cache1374net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hh_cache1377net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hh_cache1389net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh_cache1426net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh_cache1462net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache1511net/ipv4/arp.cstruct hh_cache *hh;
hh_cache1556net/ipv4/arp.cstruct hh_cache * next;
hh_cache93net/ipv4/ip_forward.cstruct hh_cache *hh = NULL;
hh_cache583net/ipv4/ip_output.cstruct hh_cache * hh=NULL;
hh_cache951net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh_cache956net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache986net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh_cache995net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));