taglinefilesource code
hh_next65include/linux/netdevice.hstruct hh_cache *hh_next;
hh_next321net/ipv4/arp.cnext = hh->hh_next;
hh_next346net/ipv4/arp.c*hhp = hh->hh_next;
hh_next351net/ipv4/arp.chhp = &hh->hh_next;
hh_next365net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh_next377net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh_next1381net/ipv4/arp.chh->hh_next = NULL;
hh_next1397net/ipv4/arp.cfor (hh = entry->hh; hh; hh=hh->hh_next)
hh_next1421net/ipv4/arp.chh->hh_next = NULL;
hh_next1526net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh_next1549net/ipv4/arp.cnext = hh->hh_next;
hh_next1550net/ipv4/arp.chh->hh_next = entry1->hh;