Searched refs:sctp_wakeup_the_read_socket (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.h | 103 sctp_wakeup_the_read_socket(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
|
H A D | sctp_indata.c | 856 sctp_wakeup_the_read_socket(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data() 879 sctp_wakeup_the_read_socket(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data() 887 sctp_wakeup_the_read_socket(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data() 1647 sctp_wakeup_the_read_socket(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_queue_data_for_reasm()
|
H A D | sctputil.c | 4867 sctp_wakeup_the_read_socket(struct sctp_inpcb *inp, in sctp_wakeup_the_read_socket() function 4975 sctp_wakeup_the_read_socket(inp, stcb, so_locked); in sctp_add_to_readq()
|