Searched refs:sctp_feature_on (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 4394 sctp_feature_on(inp, set_opt); 4414 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE); 4439 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 4440 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 4442 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 5555 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT); 5561 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT); 5567 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT); 5573 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT); 5579 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR); [all …]
|
D | sctp_var.h | 50 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) macro
|
D | sctp_pcb.c | 2917 sctp_feature_on(inp, SCTP_PCB_FLAGS_ZERO_COPY_ACTIVE); 2921 sctp_feature_on(inp, SCTP_PCB_FLAGS_ZERO_COPY_ACTIVE); 2937 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 2940 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 2941 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 3664 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); 3665 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); 3670 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); 3766 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF);
|