Searched refs:sctp_feature_on (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_usrreq.c | 3852 sctp_feature_on(inp, set_opt); 3872 sctp_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE); 3897 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 3898 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); 3900 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); 5063 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT); 5069 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT); 5075 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT); 5081 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT); 5087 sctp_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR); [all …]
|
| HD | sctp_var.h | 46 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) macro
|
| HD | sctp_pcb.c | 2508 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc() 2511 sctp_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE); in sctp_inpcb_alloc() 2512 sctp_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS); in sctp_inpcb_alloc() 3088 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind() 3089 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); in sctp_inpcb_bind() 3094 sctp_feature_on(inp, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS); in sctp_inpcb_bind() 3187 sctp_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF); in sctp_inpcb_bind()
|