Searched refs:sctp_is_feature_on (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 1584 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { 1824 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) 1856 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) 2127 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT); 2130 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4); 2135 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); 2143 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 2146 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY); 2149 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO); 2152 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) [all …]
|
D | sctp_peeloff.c | 263 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_get_peeloff()
|
D | sctp_var.h | 54 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) macro
|
D | sctp_asconf.c | 2039 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc() 2292 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF) && in sctp_asconf_iterator_stcb() 2889 if ((sctp_is_feature_on(stcb->sctp_ep, in sctp_process_initack_addresses() 3205 if (sctp_is_feature_on(stcb->sctp_ep, in sctp_check_address_list()
|
D | sctputil.c | 3445 if (sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_notify_peer_addr_change() 6134 in_eeor_mode = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 6369 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && 6389 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && 6485 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || 6486 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { 6568 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { 6895 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { 7059 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || 7060 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO))) {
|
D | sctp_indata.c | 204 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) { in sctp_build_ctl_nchunk() 208 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) && in sctp_build_ctl_nchunk() 215 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) { in sctp_build_ctl_nchunk() 216 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO)) { in sctp_build_ctl_nchunk() 245 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) { in sctp_build_ctl_nchunk() 291 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) { in sctp_build_ctl_nchunk()
|
D | sctp_pcb.c | 3503 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3504 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 3529 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3530 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 3548 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3549 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
|
D | sctp_input.c | 1771 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) { in sctp_process_cookie_existing() 1880 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_existing() 2515 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { 3222 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) { 3231 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_DO_ASCONF)) &&
|
D | sctp_timer.c | 1567 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) {
|
D | sctp_output.c | 7742 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_EXPLICIT_EOR) == 0) && 8409 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR))) { 9847 (!sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS))) { 10578 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) { 13502 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 13814 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) {
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 1145 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) && in usrsctp_recvv() 1146 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in usrsctp_recvv() 1174 } else if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in usrsctp_recvv()
|