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.c3808 sctp_feature_on(inp, set_opt);
3828 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
3853 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
3854 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS);
3856 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE);
4998 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT);
5004 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT);
5010 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT);
5016 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT);
5022 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()