taglinefilesource code
hh39include/linux/etherdevice.hextern void eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr);
hh184include/linux/netdevice.hvoid        (*header_cache_update)(struct hh_cache *hh, struct device *dev, unsigned char *  haddr);
hh16include/net/arp.hextern int  arp_update_cache(struct hh_cache * hh);
hh229net/ethernet/eth.cstruct hh_cache *hh;
hh238net/ethernet/eth.cif ((hh=*hhp) != NULL)
hh240net/ethernet/eth.cmemcpy(hh->hh_data+6, dev->dev_addr, ETH_ALEN);
hh241net/ethernet/eth.chh->hh_data[12] = htype>>8;
hh242net/ethernet/eth.chh->hh_data[13] = htype&0xFF;
hh250net/ethernet/eth.cvoid eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr)
hh252net/ethernet/eth.cif (hh->hh_type != ETH_P_IP)
hh254net/ethernet/eth.cprintk("eth_header_cache_update: %04x cache is not implemented\n", hh->hh_type);
hh257net/ethernet/eth.cmemcpy(hh->hh_data, haddr, ETH_ALEN);
hh258net/ethernet/eth.chh->hh_uptodate = 1;
hh122net/ipv4/arp.cstruct hh_cache      *hh;
hh311net/ipv4/arp.cstruct hh_cache *hh, *next;
hh319net/ipv4/arp.cfor (hh = entry->hh; hh; hh = next)
hh321net/ipv4/arp.cnext = hh->hh_next;
hh322net/ipv4/arp.chh->hh_arp = NULL;
hh323net/ipv4/arp.cif (!--hh->hh_refcnt)
hh324net/ipv4/arp.ckfree_s(hh, sizeof(struct(struct hh_cache)));
hh338net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hh341net/ipv4/arp.chhp = &entry->hh;
hh342net/ipv4/arp.cwhile ((hh=*hhp) != NULL)
hh344net/ipv4/arp.cif (hh->hh_refcnt == 1)
hh346net/ipv4/arp.c*hhp = hh->hh_next;
hh347net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh350net/ipv4/arp.ccount += hh->hh_refcnt-1;
hh351net/ipv4/arp.chhp = &hh->hh_next;
hh363net/ipv4/arp.cstruct hh_cache *hh;
hh365net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh366net/ipv4/arp.chh->hh_uptodate = 0;
hh375net/ipv4/arp.cstruct hh_cache *hh;
hh377net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh378net/ipv4/arp.centry->dev->header_cache_update(hh, entry->dev, entry->ha);
hh1006net/ipv4/arp.centry->hh    = NULL;
hh1224net/ipv4/arp.centry->hh    = NULL;
hh1335net/ipv4/arp.centry->hh ? entry->hh->hh_refcnt : -1,
hh1336net/ipv4/arp.centry->hh ? entry->hh->hh_uptodate : 0);
hh1362net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hh1366net/ipv4/arp.cif (hh)
hh1372net/ipv4/arp.cif (hh)
hh1374net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh1375net/ipv4/arp.cif (!hh)
hh1378net/ipv4/arp.chh->hh_uptodate = 0;
hh1379net/ipv4/arp.chh->hh_refcnt = 1;
hh1380net/ipv4/arp.chh->hh_arp = NULL;
hh1381net/ipv4/arp.chh->hh_next = NULL;
hh1382net/ipv4/arp.chh->hh_type = htype;
hh1383net/ipv4/arp.c*hhp = hh;
hh1384net/ipv4/arp.cdev->header_cache_update(hh, dev, haddr);
hh1397net/ipv4/arp.cfor (hh = entry->hh; hh; hh=hh->hh_next)
hh1398net/ipv4/arp.cif (hh->hh_type == htype)
hh1400net/ipv4/arp.cif (hh)
hh1402net/ipv4/arp.chh->hh_refcnt++;
hh1403net/ipv4/arp.c*hhp = hh;
hh1411net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh1412net/ipv4/arp.cif (!hh)
hh1418net/ipv4/arp.chh->hh_uptodate = 0;
hh1419net/ipv4/arp.chh->hh_refcnt = 1;
hh1420net/ipv4/arp.chh->hh_arp = NULL;
hh1421net/ipv4/arp.chh->hh_next = NULL;
hh1422net/ipv4/arp.chh->hh_type = htype;
hh1426net/ipv4/arp.cdev->header_cache_update(hh, dev, entry->ha);
hh1427net/ipv4/arp.c*hhp = hh;
hh1429net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1430net/ipv4/arp.centry->hh = hh;
hh1431net/ipv4/arp.chh->hh_refcnt++;
hh1447net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh1458net/ipv4/arp.centry->hh = hh;
hh1459net/ipv4/arp.cATOMIC_INCR(&hh->hh_refcnt);
hh1472net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1487net/ipv4/arp.c*hhp = hh;
hh1496net/ipv4/arp.cstruct hh_cache *hh;
hh1526net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh1527net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1547net/ipv4/arp.cfor (hh=entry->hh; hh; hh=next)
hh1549net/ipv4/arp.cnext = hh->hh_next;
hh1550net/ipv4/arp.chh->hh_next = entry1->hh;
hh1551net/ipv4/arp.centry1->hh = hh;
hh1552net/ipv4/arp.chh->hh_arp = (void*)entry1;
hh1554net/ipv4/arp.centry->hh = NULL;
hh1663net/ipv4/arp.centry->hh = NULL;
hh93net/ipv4/ip_forward.cstruct hh_cache *hh = NULL;
hh201net/ipv4/ip_forward.chh = rt->rt_hh;
hh319net/ipv4/ip_forward.cif (hh)
hh321net/ipv4/ip_forward.cmemcpy(skb_push(skb, dev2->hard_header_len), hh->hh_data, dev2->hard_header_len);
hh322net/ipv4/ip_forward.cif (!hh->hh_uptodate)
hh581net/ipv4/ip_output.cstruct hh_cache * hh=NULL;
hh615net/ipv4/ip_output.chh = rt->rt_hh;
hh660net/ipv4/ip_output.cif (hh)
hh663net/ipv4/ip_output.cmemcpy(skb_push(skb,dev->hard_header_len),hh->hh_data,dev->hard_header_len);
hh664net/ipv4/ip_output.cif (!hh->hh_uptodate)
hh836net/ipv4/ip_output.cif (hh)
hh839net/ipv4/ip_output.cmemcpy(skb_push(skb,dev->hard_header_len),hh->hh_data,dev->hard_header_len);
hh840net/ipv4/ip_output.cif (!hh->hh_uptodate)
hh951net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh953net/ipv4/route.cif (hh && !--hh->hh_refcnt)
hh956net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));
hh986net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh992net/ipv4/route.cif (hh && !--hh->hh_refcnt)
hh995net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));