Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
H A Dbusy_poll.h113 READ_ONCE(sk->sk_busy_poll_budget) ?: BUSY_POLL_BUDGET); in sk_busy_loop()
H A Dsock.h304 * @sk_busy_poll_budget: napi processing budget when busypolling
499 u16 sk_busy_poll_budget; member
/kernel/linux/linux-6.6/net/core/
H A 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()

Completed in 11 milliseconds