Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbusy_poll.h120 READ_ONCE(sk->sk_busy_poll_budget) ?: BUSY_POLL_BUDGET); in sk_busy_loop()
H A Dsock.h415 u16 sk_busy_poll_budget; member
/linux/net/core/
H A Dsock.c1229 if (val > READ_ONCE(sk->sk_busy_poll_budget) && in sk_setsockopt()
1234 WRITE_ONCE(sk->sk_busy_poll_budget, val); in sk_setsockopt()