Searched refs:SCTP_PCB_FLAGS_DRYEVNT (Results 1 – 3 of 3) sorted by relevance
571 #define SCTP_PCB_FLAGS_DRYEVNT 0x0000000004000000 macro
2098 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))3025 event_type = SCTP_PCB_FLAGS_DRYEVNT;5052 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);5054 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);5106 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);5108 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);6067 event_type = SCTP_PCB_FLAGS_DRYEVNT;6093 if (event_type == SCTP_PCB_FLAGS_DRYEVNT) {6110 if ((event_type == SCTP_PCB_FLAGS_DRYEVNT) &&
3786 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DRYEVNT)) { in sctp_notify_sender_dry_event()