Searched refs:sctp_feature_off (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 3809 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 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 | 13651 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY); in sctp_lower_sosend()
|