Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h446 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
449 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
460 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
470 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/Linux-v4.19/net/core/
Dneighbour.c334 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1093 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1095 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/Linux-v4.19/include/linux/
Dnetdevice.h243 seqlock_t hh_lock; member