Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dsocket.c76 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
8957 static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p) in sctp_wait_for_packet() function
9058 } while (sctp_wait_for_packet(sk, err, &timeo) == 0); in sctp_skb_recv_datagram()