Home
last modified time | relevance | path

Searched refs:sctp_feature_on (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_usrreq.c3807 sctp_feature_on(inp, set_opt);
3827 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
3852 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3853 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3855 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
4997 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT);
5003 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5009 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5015 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5021 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR);
[all …]
H A Dsctp_var.h44 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) macro
H A Dsctp_pcb.c2349 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2352 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc()
2353 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc()
2966 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind_locked()
2967 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind_locked()
2972 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind_locked()
3062 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind_locked()