Home
last modified time | relevance | path

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

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