Searched refs:SCTP_PCB_FLAGS_DRYEVNT (Results 1 – 3 of 3) sorted by relevance
571 #define SCTP_PCB_FLAGS_DRYEVNT 0x0000000004000000 macro
2115 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))3042 event_type = SCTP_PCB_FLAGS_DRYEVNT;5069 sctp_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT);5071 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);5123 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);5125 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DRYEVNT);6084 event_type = SCTP_PCB_FLAGS_DRYEVNT;6110 if (event_type == SCTP_PCB_FLAGS_DRYEVNT) {6127 if ((event_type == SCTP_PCB_FLAGS_DRYEVNT) &&
3784 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DRYEVNT)) { in sctp_notify_sender_dry_event()