taglinefilesource code
hh_next69include/linux/netdevice.hstruct hh_cache *hh_next;
hh_next334net/ipv4/arp.cnext = hh->hh_next;
hh_next360net/ipv4/arp.c*hhp = hh->hh_next;
hh_next365net/ipv4/arp.chhp = &hh->hh_next;
hh_next379net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh_next391net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh_next1448net/ipv4/arp.chh->hh_next = NULL;
hh_next1464net/ipv4/arp.cfor (hh = entry->hh; hh; hh=hh->hh_next)
hh_next1488net/ipv4/arp.chh->hh_next = NULL;
hh_next1593net/ipv4/arp.cfor (hh=entry->hh; hh; hh=hh->hh_next)
hh_next1616net/ipv4/arp.cnext = hh->hh_next;
hh_next1617net/ipv4/arp.chh->hh_next = entry1->hh;