Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h486 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
489 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
501 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
523 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/linux/net/core/
H A Dneighbour.c533 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1300 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1302 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/linux/include/linux/
H A Dnetdevice.h284 seqlock_t hh_lock; member