MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_wakeup_the_read_socket

Function sctp_wakeup_the_read_socket

freebsd/netinet/sctputil.c:4808–4818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4806}
4807
4808void
4809sctp_wakeup_the_read_socket(struct sctp_inpcb *inp,
4810 struct sctp_tcb *stcb,
4811 int so_locked
4812 SCTP_UNUSED
4813)
4814{
4815 if ((inp != NULL) && (inp->sctp_socket != NULL)) {
4816 sctp_sorwakeup(inp, inp->sctp_socket);
4817 }
4818}
4819
4820void
4821sctp_add_to_readq(struct sctp_inpcb *inp,

Callers 3

sctp_add_to_readqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected