Searched refs:SCTP_STATE_PARTIAL_MSG_LEFT (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/cddl/lib/libdtrace/
H A Dsctp.d41 inline int32_t SCTP_STATE_PARTIAL_MSG_LEFT = 0x00000400;
42 #pragma D binding "1.13" SCTP_STATE_PARTIAL_MSG_LEFT
/freebsd-12-stable/sys/netinet/
H A Dsctp_constants.h468 #define SCTP_STATE_PARTIAL_MSG_LEFT 0x0400 macro
H A Dsctp_indata.c4319 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_PARTIAL_MSG_LEFT);
4324 (asoc->state & SCTP_STATE_PARTIAL_MSG_LEFT)) {
4999 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_PARTIAL_MSG_LEFT);
5004 (asoc->state & SCTP_STATE_PARTIAL_MSG_LEFT)) {
H A Dsctp_usrreq.c759 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_PARTIAL_MSG_LEFT);
763 (asoc->state & SCTP_STATE_PARTIAL_MSG_LEFT)) {
940 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_PARTIAL_MSG_LEFT);
944 (asoc->state & SCTP_STATE_PARTIAL_MSG_LEFT)) {
H A Dsctp_output.c6701 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_PARTIAL_MSG_LEFT);
6706 (asoc->state & SCTP_STATE_PARTIAL_MSG_LEFT)) {
13532 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_PARTIAL_MSG_LEFT);
13537 (asoc->state & SCTP_STATE_PARTIAL_MSG_LEFT)) {
H A Dsctp_pcb.c3489 SCTP_ADD_SUBSTATE(asoc, SCTP_STATE_PARTIAL_MSG_LEFT);
3493 (asoc->asoc.state & SCTP_STATE_PARTIAL_MSG_LEFT)) {

Completed in 469 milliseconds