Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h159 seqlock_t ha_lock; member
602 seq = read_seqbegin(&n->ha_lock); in neigh_ha_snapshot()
604 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/linux/net/core/
H A Dneighbour.c527 seqlock_init(&n->ha_lock); in neigh_alloc()
1498 write_seqlock(&neigh->ha_lock); in __neigh_update()
1500 write_sequnlock(&neigh->ha_lock); in __neigh_update()
1613 seq = read_seqbegin(&neigh->ha_lock); in neigh_resolve_output()
1616 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_resolve_output()
1642 seq = read_seqbegin(&neigh->ha_lock); in neigh_connected_output()
1645 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_connected_output()