Home
last modified time | relevance | path

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

/linux/include/net/
A Dbusy_poll.h112 READ_ONCE(sk->sk_busy_poll_budget) ?: BUSY_POLL_BUDGET); in sk_busy_loop()
A Dsock.h493 u16 sk_busy_poll_budget; member
/linux/net/core/
A Dsock.c1333 if (val > READ_ONCE(sk->sk_busy_poll_budget) && !capable(CAP_NET_ADMIN)) { in sock_setsockopt()
1339 WRITE_ONCE(sk->sk_busy_poll_budget, val); in sock_setsockopt()

Completed in 18 milliseconds