Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h463 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
466 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
478 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
500 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c432 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1220 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1222 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h247 seqlock_t hh_lock; member