taglinefilesource code
hh39include/linux/etherdevice.hextern void eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr);
hh183include/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;
hh130net/ipv4/arp.cstruct hh_cache      *hh;
hh319net/ipv4/arp.cstruct hh_cache *hh, *next;
hh327net/ipv4/arp.cfor (hh = entry->hh; hh; hh = next)
hh329net/ipv4/arp.cnext = hh->hh_next;
hh330net/ipv4/arp.chh->hh_arp = NULL;
hh331net/ipv4/arp.cif (!--hh->hh_refcnt)
hh332net/ipv4/arp.ckfree_s(hh, sizeof(struct(struct hh_cache)));
hh346net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hh349net/ipv4/arp.chhp = &entry->hh;
hh350net/ipv4/arp.cwhile ((hh=*hhp) != NULL)
hh352net/ipv4/arp.cif (hh->hh_refcnt == 1)
hh354net/ipv4/arp.c*hhp = hh->hh_next;
hh355net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh358net/ipv4/arp.ccount += hh->hh_refcnt-1;
hh359net/ipv4/arp.chhp = &hh->hh_next;
hh371net/ipv4/arp.cstruct hh_cache *hh;
hh373net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh374net/ipv4/arp.chh->hh_uptodate = 0;
hh383net/ipv4/arp.cstruct hh_cache *hh;
hh385net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh386net/ipv4/arp.centry->dev->header_cache_update(hh, entry->dev, entry->ha);
hh1016net/ipv4/arp.centry->hh    = NULL;
hh1239net/ipv4/arp.centry->hh    = NULL;
hh1350net/ipv4/arp.centry->hh ? entry->hh->hh_refcnt : -1,
hh1351net/ipv4/arp.centry->hh ? entry->hh->hh_uptodate : 0);
hh1377net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hh1381net/ipv4/arp.cif (hh)
hh1387net/ipv4/arp.cif (hh)
hh1389net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh1390net/ipv4/arp.cif (!hh)
hh1393net/ipv4/arp.chh->hh_uptodate = 0;
hh1394net/ipv4/arp.chh->hh_refcnt = 1;
hh1395net/ipv4/arp.chh->hh_arp = NULL;
hh1396net/ipv4/arp.chh->hh_next = NULL;
hh1397net/ipv4/arp.chh->hh_type = htype;
hh1398net/ipv4/arp.c*hhp = hh;
hh1399net/ipv4/arp.cdev->header_cache_update(hh, dev, haddr);
hh1412net/ipv4/arp.cfor (hh = entry->hh; hh; hh=hh->hh_next)
hh1413net/ipv4/arp.cif (hh->hh_type == htype)
hh1415net/ipv4/arp.cif (hh)
hh1417net/ipv4/arp.chh->hh_refcnt++;
hh1418net/ipv4/arp.c*hhp = hh;
hh1426net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh1427net/ipv4/arp.cif (!hh)
hh1433net/ipv4/arp.chh->hh_uptodate = 0;
hh1434net/ipv4/arp.chh->hh_refcnt = 1;
hh1435net/ipv4/arp.chh->hh_arp = NULL;
hh1436net/ipv4/arp.chh->hh_next = NULL;
hh1437net/ipv4/arp.chh->hh_type = htype;
hh1441net/ipv4/arp.cdev->header_cache_update(hh, dev, entry->ha);
hh1442net/ipv4/arp.c*hhp = hh;
hh1444net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1445net/ipv4/arp.centry->hh = hh;
hh1446net/ipv4/arp.chh->hh_refcnt++;
hh1462net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh1473net/ipv4/arp.centry->hh = hh;
hh1474net/ipv4/arp.cATOMIC_INCR(&hh->hh_refcnt);
hh1487net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1502net/ipv4/arp.c*hhp = hh;
hh1511net/ipv4/arp.cstruct hh_cache *hh;
hh1541net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh1542net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1562net/ipv4/arp.cfor (hh=entry->hh; hh; hh=next)
hh1564net/ipv4/arp.cnext = hh->hh_next;
hh1565net/ipv4/arp.chh->hh_next = entry1->hh;
hh1566net/ipv4/arp.centry1->hh = hh;
hh1567net/ipv4/arp.chh->hh_arp = (void*)entry1;
hh1569net/ipv4/arp.centry->hh = NULL;
hh1699net/ipv4/arp.centry->hh = NULL;
hh93net/ipv4/ip_forward.cstruct hh_cache *hh = NULL;
hh201net/ipv4/ip_forward.chh = rt->rt_hh;
hh320net/ipv4/ip_forward.cif (hh)
hh322net/ipv4/ip_forward.cmemcpy(skb_push(skb, dev2->hard_header_len), hh->hh_data, dev2->hard_header_len);
hh323net/ipv4/ip_forward.cif (!hh->hh_uptodate)
hh583net/ipv4/ip_output.cstruct hh_cache * hh=NULL;
hh617net/ipv4/ip_output.chh = rt->rt_hh;
hh662net/ipv4/ip_output.cif (hh)
hh665net/ipv4/ip_output.cmemcpy(skb_push(skb,dev->hard_header_len),hh->hh_data,dev->hard_header_len);
hh666net/ipv4/ip_output.cif (!hh->hh_uptodate)
hh838net/ipv4/ip_output.cif (hh)
hh841net/ipv4/ip_output.cmemcpy(skb_push(skb,dev->hard_header_len),hh->hh_data,dev->hard_header_len);
hh842net/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));