Home
last modified time | relevance | path

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

/linux-2.6.39/net/core/
Dneighbour.c706 neigh->hh = hh->hh_next; in neigh_destroy()
707 hh->hh_next = NULL; in neigh_destroy()
740 for (hh = neigh->hh; hh; hh = hh->hh_next) in neigh_suspect()
757 for (hh = neigh->hh; hh; hh = hh->hh_next) in neigh_connect()
1028 for (hh = neigh->hh; hh; hh = hh->hh_next) { in neigh_update_hhs()
1220 for (hh = n->hh; hh; hh = hh->hh_next) { in neigh_hh_lookup()
1268 hh->hh_next = n->hh; in neigh_hh_init()
/linux-2.6.39/include/linux/
Dnetdevice.h261 struct hh_cache *hh_next; /* Next entry */ member