Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dbusy_poll.h112 READ_ONCE(sk->sk_busy_poll_budget) ?: BUSY_POLL_BUDGET); in sk_busy_loop()
Dsock.h494 u16 sk_busy_poll_budget; member
/linux-6.1.9/net/core/
Dsock.c1409 if (val > READ_ONCE(sk->sk_busy_poll_budget) && !sockopt_capable(CAP_NET_ADMIN)) { in sk_setsockopt()
1415 WRITE_ONCE(sk->sk_busy_poll_budget, val); in sk_setsockopt()