Searched refs:sctp_is_feature_on (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 1106 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_fill_up_addresses_vrf() 1272 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) in sctp_max_size_addresses_vrf() 1299 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) in sctp_max_size_addresses_vrf() 1534 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT); 1537 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4); 1542 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); 1550 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 1553 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY); 1556 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO); 1559 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) [all …]
|
H A D | sctp_var.h | 46 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) macro
|
H A D | sctp_asconf.c | 1995 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc() 2234 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF) && in sctp_asconf_iterator_stcb() 2852 if ((sctp_is_feature_on(stcb->sctp_ep, in sctp_process_initack_addresses() 3160 if (sctp_is_feature_on(stcb->sctp_ep, in sctp_check_address_list()
|
H A D | sctputil.c | 3310 if (sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_notify_peer_addr_change() 5590 in_eeor_mode = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_sorecvmsg() 5787 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && in sctp_sorecvmsg() 5807 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg() 5904 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || in sctp_sorecvmsg() 5905 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_sorecvmsg() 5991 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_sorecvmsg() 6279 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { in sctp_sorecvmsg() 6417 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || in sctp_sorecvmsg() 6418 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO))) { in sctp_sorecvmsg()
|
H A D | sctp_indata.c | 189 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) { in sctp_build_ctl_nchunk() 193 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) && in sctp_build_ctl_nchunk() 200 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) { in sctp_build_ctl_nchunk() 201 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO)) { in sctp_build_ctl_nchunk() 226 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) { in sctp_build_ctl_nchunk() 264 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) { in sctp_build_ctl_nchunk()
|
H A D | sctp_input.c | 1511 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) { in sctp_process_cookie_existing() 1628 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_existing() 1934 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE) && in sctp_process_cookie_existing() 2189 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_new() 2817 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_handle_cookie_ack() 2826 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_DO_ASCONF)) && in sctp_handle_cookie_ack()
|
H A D | sctp_pcb.c | 2842 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind_locked() 2843 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind_locked() 2869 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind_locked() 2870 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind_locked() 2893 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind_locked() 2894 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind_locked()
|
H A D | sctp_timer.c | 1536 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_autoclose_timer()
|
H A D | sctp_output.c | 7259 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_EXPLICIT_EOR) == 0) && in sctp_move_to_outqueue() 7867 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR))) { in sctp_med_chunk_output() 9329 (!sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS))) { in sctp_send_asconf() 10060 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) { in sctp_chunk_output() 12655 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_lower_sosend() 13015 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) { in sctp_lower_sosend()
|