Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/scm/linux...
[platform/kernel/linux-rpi.git] / include / linux / udp.h
index e96da41..5cdba00 100644 (file)
@@ -87,6 +87,9 @@ struct udp_sock {
 
        /* This field is dirtied by udp_recvmsg() */
        int             forward_deficit;
+
+       /* This fields follows rcvbuf value, and is touched by udp_recvmsg */
+       int             forward_threshold;
 };
 
 #define UDP_MAX_SEGMENTS       (1 << 6UL)