Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp.c1662 static int first_packet_length(struct sock *sk) in first_packet_length() function
1701 *karg = max_t(int, 0, first_packet_length(sk)); in udp_ioctl()
2887 !(sk->sk_shutdown & RCV_SHUTDOWN) && first_packet_length(sk) == -1) in udp_poll()