| 4806 | } |
| 4807 | |
| 4808 | void |
| 4809 | sctp_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 | |
| 4820 | void |
| 4821 | sctp_add_to_readq(struct sctp_inpcb *inp, |
no outgoing calls
no test coverage detected