Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c1665 static int first_packet_length(struct sock *sk) in first_packet_length() function
1705 int amount = max_t(int, 0, first_packet_length(sk)); in udp_ioctl()
2822 !(sk->sk_shutdown & RCV_SHUTDOWN) && first_packet_length(sk) == -1) in udp_poll()