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

/freebsd-12-stable/sys/netinet/
H A Dsctp_usrreq.c3807 sctp_feature_off(inp, set_opt);
3827 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
3854 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3856 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3857 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
5020 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT);
5026 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5032 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5038 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5044 sctp_feature_off(in
[all...]
H A Dsctp_var.h49 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
H A Dsctp_pcb.c2514 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
2519 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
2520 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3121 sctp_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF);
3122 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
3128 sctp_feature_off(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS);
3224 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
H A Dsctp_output.c13562 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY);

Completed in 198 milliseconds