Searched refs:sctp_feature_off (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 4396 sctp_feature_off(inp, set_opt); 4416 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE); 4443 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 4445 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 4446 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 5557 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT); 5563 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT); 5569 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPADDREVNT); 5575 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT); 5581 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPEERERR); [all …]
|
D | sctp_peeloff.c | 275 sctp_feature_off(n_inp, SCTP_PCB_FLAGS_AUTOCLOSE); in sctp_get_peeloff()
|
D | sctp_var.h | 51 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
|
D | sctp_pcb.c | 2938 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 2943 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 2944 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 3661 sctp_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF); 3662 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); 3668 sctp_feature_off(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); 3768 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
|
D | sctp_output.c | 14309 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY);
|