Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dudp.h100 int forward_threshold; member
/linux-6.15/include/net/
H A Dudp.h293 up->forward_threshold = sk->sk_rcvbuf >> 2; in udp_lib_init_sock()
/linux-6.15/net/ipv4/
H A Dudp.c1638 if (size < READ_ONCE(up->forward_threshold) && in udp_rmem_release()
2936 WRITE_ONCE(up->forward_threshold, sk->sk_rcvbuf >> 2); in udp_lib_setsockopt()