Searched refs:sctp_feature_off (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 3810 sctp_feature_off(inp, set_opt); 3830 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE); 3857 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 3859 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 3860 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 5000 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT); 5006 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT); 5012 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPADDREVNT); 5018 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT); 5024 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPEERERR); [all …]
|
H A D | sctp_var.h | 45 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
|
H A D | sctp_pcb.c | 2350 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 D | sctp_output.c | 13649 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY); in sctp_lower_sosend()
|