Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c3817 sctp_feature_off(inp, set_opt);
3837 sctp_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE);
5035 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5041 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5053 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVPEERERR);
5065 sctp_feature_off(inp, SCTP_PCB_FLAGS_PDAPIEVNT);
5077 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTHEVNT);
5083 sctp_feature_off(inp, SCTP_PCB_FLAGS_DRYEVNT);
6150 sctp_feature_off(inp, event_type);
6186 sctp_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO);
[all …]
H A Dsctp_var.h48 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) macro
H A Dsctp_pcb.c2484 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2489 sctp_feature_off(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2490 sctp_feature_off(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
3088 sctp_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind()
3089 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind()
3095 sctp_feature_off(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind()
3191 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind()
H A Dsctp_output.c13559 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY); in sctp_lower_sosend()