Home
last modified time | relevance | path

Searched refs:first_packet_length (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c1679 * first_packet_length - return length of first packet in receive queue
1685 static int first_packet_length(struct sock *sk) in first_packet_length() function
1725 int amount = max_t(int, 0, first_packet_length(sk)); in udp_ioctl()
2843 !(sk->sk_shutdown & RCV_SHUTDOWN) && first_packet_length(sk) == -1) in udp_poll()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c1634 * first_packet_length - return length of first packet in receive queue
1640 static int first_packet_length(struct sock *sk) in first_packet_length() function
1679 *karg = max_t(int, 0, first_packet_length(sk)); in udp_ioctl()
2865 !(sk->sk_shutdown & RCV_SHUTDOWN) && first_packet_length(sk) == -1) in udp_poll()

Completed in 9 milliseconds