taglinefilesource code
hh39include/linux/etherdevice.hextern void eth_header_cache_update(struct hh_cache *hh, struct device *dev, unsigned char * haddr);
hh185include/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;
hh133net/ipv4/arp.cstruct hh_cache      *hh;
hh322net/ipv4/arp.cstruct hh_cache *hh, *next;
hh330net/ipv4/arp.cfor (hh = entry->hh; hh; hh = next)
hh332net/ipv4/arp.cnext = hh->hh_next;
hh333net/ipv4/arp.chh->hh_arp = NULL;
hh334net/ipv4/arp.cif (!--hh->hh_refcnt)
hh335net/ipv4/arp.ckfree_s(hh, sizeof(struct(struct hh_cache)));
hh349net/ipv4/arp.cstruct hh_cache *hh, **hhp;
hh352net/ipv4/arp.chhp = &entry->hh;
hh353net/ipv4/arp.cwhile ((hh=*hhp) != NULL)
hh355net/ipv4/arp.cif (hh->hh_refcnt == 1)
hh357net/ipv4/arp.c*hhp = hh->hh_next;
hh358net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh361net/ipv4/arp.ccount += hh->hh_refcnt-1;
hh362net/ipv4/arp.chhp = &hh->hh_next;
hh374net/ipv4/arp.cstruct hh_cache *hh;
hh376net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh377net/ipv4/arp.chh->hh_uptodate = 0;
hh386net/ipv4/arp.cstruct hh_cache *hh;
hh388net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh389net/ipv4/arp.centry->dev->header_cache_update(hh, entry->dev, entry->ha);
hh1032net/ipv4/arp.centry->hh    = NULL;
hh1263net/ipv4/arp.centry->hh    = NULL;
hh1374net/ipv4/arp.centry->hh ? entry->hh->hh_refcnt : -1,
hh1375net/ipv4/arp.centry->hh ? entry->hh->hh_uptodate : 0);
hh1401net/ipv4/arp.cstruct hh_cache *hh = *hhp;
hh1405net/ipv4/arp.cif (hh)
hh1411net/ipv4/arp.cif (hh)
hh1413net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh1414net/ipv4/arp.cif (!hh)
hh1417net/ipv4/arp.chh->hh_uptodate = 0;
hh1418net/ipv4/arp.chh->hh_refcnt = 1;
hh1419net/ipv4/arp.chh->hh_arp = NULL;
hh1420net/ipv4/arp.chh->hh_next = NULL;
hh1421net/ipv4/arp.chh->hh_type = htype;
hh1422net/ipv4/arp.c*hhp = hh;
hh1423net/ipv4/arp.cdev->header_cache_update(hh, dev, haddr);
hh1436net/ipv4/arp.cfor (hh = entry->hh; hh; hh=hh->hh_next)
hh1437net/ipv4/arp.cif (hh->hh_type == htype)
hh1439net/ipv4/arp.cif (hh)
hh1441net/ipv4/arp.chh->hh_refcnt++;
hh1442net/ipv4/arp.c*hhp = hh;
hh1450net/ipv4/arp.chh = kmalloc(sizeof(struct hh_cache), GFP_ATOMIC);
hh1451net/ipv4/arp.cif (!hh)
hh1457net/ipv4/arp.chh->hh_uptodate = 0;
hh1458net/ipv4/arp.chh->hh_refcnt = 1;
hh1459net/ipv4/arp.chh->hh_arp = NULL;
hh1460net/ipv4/arp.chh->hh_next = NULL;
hh1461net/ipv4/arp.chh->hh_type = htype;
hh1465net/ipv4/arp.cdev->header_cache_update(hh, dev, entry->ha);
hh1466net/ipv4/arp.c*hhp = hh;
hh1468net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1469net/ipv4/arp.centry->hh = hh;
hh1470net/ipv4/arp.chh->hh_refcnt++;
hh1486net/ipv4/arp.ckfree_s(hh, sizeof(struct hh_cache));
hh1497net/ipv4/arp.centry->hh = hh;
hh1498net/ipv4/arp.cATOMIC_INCR(&hh->hh_refcnt);
hh1511net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1526net/ipv4/arp.c*hhp = hh;
hh1535net/ipv4/arp.cstruct hh_cache *hh;
hh1565net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh1566net/ipv4/arp.chh->hh_arp = (void*)entry;
hh1586net/ipv4/arp.cfor (hh=entry->hh; hh; hh=next)
hh1588net/ipv4/arp.cnext = hh->hh_next;
hh1589net/ipv4/arp.chh->hh_next = entry1->hh;
hh1590net/ipv4/arp.centry1->hh = hh;
hh1591net/ipv4/arp.chh->hh_arp = (void*)entry1;
hh1593net/ipv4/arp.centry->hh = NULL;
hh1719net/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)
hh954net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh956net/ipv4/route.cif (hh && !--hh->hh_refcnt)
hh959net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));
hh989net/ipv4/route.cstruct hh_cache * hh = rt->rt_hh;
hh995net/ipv4/route.cif (hh && !--hh->hh_refcnt)
hh998net/ipv4/route.ckfree_s(hh, sizeof(struct hh_cache));