Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dsocket.c73 static bool sctp_writeable(const struct sock *sk);
8696 if (sctp_writeable(sk)) { in sctp_poll()
8708 if (sctp_writeable(sk)) in sctp_poll()
9095 if (sctp_writeable(sk)) { in __sctp_write_space()
9321 static bool sctp_writeable(const struct sock *sk) in sctp_writeable() function