Searched refs:sctp_is_there_unsent_data (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.h60 int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked);
H A Dsctp_input.c212 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked function
945 some_on_streamwheel = sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED);
H A Dsctp_output.c6501 cnt = sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED);
13029 cnt = sctp_is_there_unsent_data(stcb, SCTP_SO_LOCKED);

Completed in 78 milliseconds