Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbusy_poll.h113 READ_ONCE(sk->sk_busy_poll_budget) ?: BUSY_POLL_BUDGET); in sk_busy_loop()
H A Dsock.h499 u16 sk_busy_poll_budget; member
/openbmc/linux/net/core/
H A Dsock.c1426 if (val > READ_ONCE(sk->sk_busy_poll_budget) && !sockopt_capable(CAP_NET_ADMIN)) { in sk_setsockopt()
1432 WRITE_ONCE(sk->sk_busy_poll_budget, val); in sk_setsockopt()