Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dneighbour.h458 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
461 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
473 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
495 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/kernel/linux/linux-5.10/net/core/
Dneighbour.c432 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1222 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1224 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h253 seqlock_t hh_lock; member