You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's add helper function that abstract the sk->sk_rcvbuf limits check
for wraparound that Kuniyuki Iwashima introduce for udp receive path:
commit 5a465a0 ("udp: Fix multiple wraparounds of sk->sk_rmem_alloc.")
Note that I copied Kuniyuki Iwashima's comments into
sock_rcvbuf_has_space(). Subsequent patches will use this for udp and
netlink sockets.
Signed-off-by: Jason Baron <[email protected]>
Signed-off-by: NipaLocal <nipa@local>
0 commit comments