Searched refs:sctp_feature_off (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c275 sctp_feature_off(n_inp, SCTP_PCB_FLAGS_AUTOCLOSE);
H A Dsctp_usrreq.c4396 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(in
[all...]
H A Dsctp_var.h51 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
H A Dsctp_pcb.c2938 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);
H A Dsctp_output.c14309 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY);

Completed in 150 milliseconds