Searched refs:sctp_is_feature_on (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_usrreq.c | 1549 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT); 1568 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY); 1571 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO); 1574 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) 2106 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR)) 2112 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT)) 2118 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTHEVNT)) 2121 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT)) 3063 event->se_on = sctp_is_feature_on(inp, event_type); 7122 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) { [all …]
|
| H A D | sctp_var.h | 49 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) macro
|
| H A D | sctp_asconf.c | 1998 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc() 2238 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF) && in sctp_asconf_iterator_stcb() 2839 if ((sctp_is_feature_on(stcb->sctp_ep, in sctp_process_initack_addresses() 3147 if (sctp_is_feature_on(stcb->sctp_ep, in sctp_check_address_list()
|
| H A D | sctputil.c | 3308 if (sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_notify_peer_addr_change() 5531 in_eeor_mode = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_sorecvmsg() 5729 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && in sctp_sorecvmsg() 5749 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && in sctp_sorecvmsg() 5846 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || in sctp_sorecvmsg() 5847 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_sorecvmsg() 5933 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_sorecvmsg() 6221 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { in sctp_sorecvmsg() 6359 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || in sctp_sorecvmsg() 6360 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO))) { in sctp_sorecvmsg()
|
| H A D | sctp_indata.c | 192 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) { in sctp_build_ctl_nchunk() 196 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) && in sctp_build_ctl_nchunk() 203 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) { in sctp_build_ctl_nchunk() 204 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO)) { in sctp_build_ctl_nchunk() 229 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) { in sctp_build_ctl_nchunk() 267 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) { in sctp_build_ctl_nchunk()
|
| H A D | sctp_pcb.c | 2955 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind() 2956 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind() 2981 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind() 2982 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind() 3003 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && in sctp_inpcb_bind() 3004 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind()
|
| H A D | sctp_input.c | 1587 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) { in sctp_process_cookie_existing() 1697 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_existing() 2239 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_new() 2852 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_handle_cookie_ack() 2861 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_DO_ASCONF)) && in sctp_handle_cookie_ack()
|
| H A D | sctp_timer.c | 1543 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_autoclose_timer()
|
| H A D | sctp_output.c | 7160 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_EXPLICIT_EOR) == 0) && in sctp_move_to_outqueue() 7821 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR))) { in sctp_med_chunk_output() 9256 (!sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS))) { in sctp_send_asconf() 9966 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) { in sctp_chunk_output() 12514 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); in sctp_lower_sosend() 12792 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) { in sctp_lower_sosend()
|