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_cache134net/ipv4/arp.cstruct hh_cache      *hh;
hh_cache323net/ipv4/arp.cstruct hh_cache *hh, *next;
hh_cache337net/ipv4/arp.ckfree_s(hh, sizeof(struct(struct hh_cache)));
hh_cache351net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hh_cache360net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache376net/ipv4/arp.cstruct hh_cache *hh;
hh_cache388net/ipv4/arp.cstruct hh_cache *hh;
hh_cache1408net/ipv4/arp.cint arp_bind_cache(struct hh_cache ** hhp, struct device *dev, unsigned short htype, u32 paddr)
hh_cache1411net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hh_cache1423net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh_cache1460net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh_cache1496net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache1545net/ipv4/arp.cstruct hh_cache *hh;
hh_cache1590net/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_cache960net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh_cache965net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));
hh_cache995net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh_cache1004net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));