Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_usrreq.c3809 sctp_feature_off(inp, set_opt);
3829 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
3856 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3858 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3859 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
4999 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT);
5005 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5011 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5017 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5023 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPEERERR);
[all …]
H A Dsctp_var.h45 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
H A Dsctp_pcb.c2350 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2355 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2356 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2963 sctp_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind_locked()
2964 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind_locked()
2970 sctp_feature_off(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind_locked()
3064 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind_locked()
H A Dsctp_output.c13651 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY); in sctp_lower_sosend()