Home
last modified time | relevance | path

Searched refs:hh_next (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/core/
Dneighbour.c571 neigh->hh = hh->hh_next; in neigh_destroy()
572 hh->hh_next = NULL; in neigh_destroy()
607 for (hh = neigh->hh; hh; hh = hh->hh_next) in neigh_suspect()
624 for (hh = neigh->hh; hh; hh = hh->hh_next) in neigh_connect()
892 for (hh=neigh->hh; hh; hh=hh->hh_next) { in neigh_update_hhs()
1036 for (hh=n->hh; hh; hh = hh->hh_next) in neigh_hh_init()
1045 hh->hh_next = NULL; in neigh_hh_init()
1051 hh->hh_next = n->hh; in neigh_hh_init()
/linux-2.4.37.9/include/linux/
Dnetdevice.h192 struct hh_cache *hh_next; /* Next entry */ member