Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h500 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
502 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
514 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
536 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/linux/include/linux/
H A Dnetdevice.h284 seqlock_t hh_lock; member