Home
last modified time | relevance | path

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

/include/net/
Dneighbour.h491 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
494 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
506 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
528 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/include/linux/
Dnetdevice.h278 seqlock_t hh_lock; member