Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dsocket.c77 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
8974 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p) in sctp_wait_for_packet() function
9075 } while (sctp_wait_for_packet(sk, err, &timeo) == 0); in sctp_skb_recv_datagram()