Searched refs:sctp_is_feature_on (Results 1 – 11 of 11) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 1653 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { 1895 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) 1927 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) 2198 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT); 2201 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4); 2206 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF); 2214 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 2217 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY); 2220 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO); 2223 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) [all …]
|
D | sctp_peeloff.c | 278 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_get_peeloff()
|
D | sctp_asconf.c | 2043 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc() 2296 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DO_ASCONF) && in sctp_asconf_iterator_stcb() 2893 if ((sctp_is_feature_on(stcb->sctp_ep, in sctp_process_initack_addresses() 3209 if (sctp_is_feature_on(stcb->sctp_ep, in sctp_check_address_list()
|
D | sctp_var.h | 54 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) macro
|
D | sctputil.c | 3431 if (sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { in sctp_notify_peer_addr_change() 6186 in_eeor_mode = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 6428 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) && 6448 } else if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) && 6544 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || 6545 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { 6627 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) { 6954 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE))) { 7120 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO) || 7121 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 | 3499 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3500 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 3525 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3526 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { 3544 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) && 3545 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
|
D | sctp_input.c | 1780 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) { in sctp_process_cookie_existing() 1889 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_existing() 2524 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { 3223 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) { 3232 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_DO_ASCONF)) &&
|
D | sctp_timer.c | 1571 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) {
|
D | sctp_output.c | 7786 if ((sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_EXPLICIT_EOR) == 0) && 8461 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR))) { 9899 (!sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_MULTIPLE_ASCONFS))) { 10638 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) { 13645 user_marks_eor = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR); 13985 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) {
|
/external/usrsctp/usrsctplib/ |
D | user_socket.c | 1178 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) && in usrsctp_recvv() 1179 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in usrsctp_recvv() 1207 } else if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in usrsctp_recvv()
|