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

/freebsd-11.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.c218 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked function
968 some_on_streamwheel = sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED);
1057 sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED)) {
3223 sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED)) {
H A Dsctp_output.c6692 sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED) == 0) {
7901 sctp_is_there_unsent_data(stcb, so_locked) == 0) {
10184 sctp_is_there_unsent_data(stcb, so_locked) == 0) {
13457 sctp_is_there_unsent_data(stcb, SCTP_SO_LOCKED) == 0) {

Completed in 132 milliseconds