Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h440 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
443 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
454 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
464 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/linux-4.1.27/net/core/
Dneighbour.c291 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1040 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1042 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/linux-4.1.27/include/linux/
Dnetdevice.h235 seqlock_t hh_lock; member