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_cache313include/linux/isdn.hvoid                   (*org_hcb)(struct hh_cache **, struct device *,
hh_cache316include/linux/isdn.hvoid                   (*org_hcu)(struct hh_cache *, struct device *,
hh_cache69include/linux/netdevice.hstruct hh_cache *hh_next;
hh_cache188include/linux/netdevice.hvoid        (*header_cache_bind)(struct hh_cache **hhp, struct device *dev, unsigned short htype, __u32 daddr);
hh_cache189include/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_cache180include/net/route.hstruct hh_cache    *rt_hh;
hh_cache227net/ethernet/eth.cvoid eth_header_cache_bind(struct hh_cache ** hhp, struct device *dev,
hh_cache230net/ethernet/eth.cstruct hh_cache *hh;
hh_cache251net/ethernet/eth.cvoid eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr)
hh_cache135net/ipv4/arp.cstruct hh_cache      *hh;
hh_cache324net/ipv4/arp.cstruct hh_cache *hh, *next;
hh_cache338net/ipv4/arp.ckfree_s(hh, sizeof(struct(struct hh_cache)));
hh_cache352net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hh_cache361net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache377net/ipv4/arp.cstruct hh_cache *hh;
hh_cache389net/ipv4/arp.cstruct hh_cache *hh;
hh_cache1426net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hh_cache1429net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hh_cache1441net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh_cache1478net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh_cache1514net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache1563net/ipv4/arp.cstruct hh_cache *hh;
hh_cache1608net/ipv4/arp.cstruct hh_cache * next;
hh_cache96net/ipv4/ip_forward.cstruct hh_cache *hh = NULL;
hh_cache584net/ipv4/ip_output.cstruct hh_cache * hh=NULL;
hh_cache961net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh_cache966net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache996net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh_cache1005net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));