Searched refs:sctp_feature_on (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/sys/netinet/ |
| HD | sctp_usrreq.c | 3808 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 …]
|
| HD | sctp_var.h | 44 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) macro
|
| HD | sctp_pcb.c | 2364 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc() 2367 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc() 2368 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc() 2981 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind_locked() 2982 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind_locked() 2987 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind_locked() 3077 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind_locked()
|