Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dveth.c67 bool rx_notify_masked; member
300 if (!READ_ONCE(rq->rx_notify_masked) && in __veth_xdp_flush()
302 WRITE_ONCE(rq->rx_notify_masked, true); in __veth_xdp_flush()
949 smp_store_mb(rq->rx_notify_masked, false); in veth_poll()
952 WRITE_ONCE(rq->rx_notify_masked, true); in veth_poll()
1048 rq->rx_notify_masked = false; in veth_napi_del_range()