Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dsocket.c75 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
8920 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p) in sctp_wait_for_packet() function
9027 } while (sctp_wait_for_packet(sk, err, &timeo) == 0); in sctp_skb_recv_datagram()