Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/ !
Dneighbour.h439 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
442 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
454 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
476 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/linux-4.19.296/include/linux/ !
Dnetdevice.h250 seqlock_t hh_lock; member