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

/linux-4.1.27/net/ipv4/
H A Dudp.c1177 * first_packet_length - return length of first packet in receive queue
1183 static unsigned int first_packet_length(struct sock *sk) first_packet_length() function
1231 unsigned int amount = first_packet_length(sk); udp_ioctl()
2242 !(sk->sk_shutdown & RCV_SHUTDOWN) && !first_packet_length(sk)) udp_poll()

Completed in 43 milliseconds