Home
last modified time | relevance | path

Searched refs:sctp_flags (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c473 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) &&
605 flags = inp->sctp_flags;
610 …(atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_C…
631 flags = inp->sctp_flags;
683 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6; /* I'm not v6! */
760 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUND_V6;
761 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_CONN;
815 flags = inp->sctp_flags;
820 …(atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_C…
856 flags = inp->sctp_flags;
[all …]
Dsctp_constants.h1016 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1017 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1026 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1028 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1036 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1038 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
1047 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1048 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
1057 if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
1058 inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEINPUT; \
[all …]
Dsctp_peeloff.c68 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_can_peel_off()
69 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) { in sctp_can_peel_off()
117 n_inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE | in sctp_do_peeloff()
120 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags)); in sctp_do_peeloff()
224 n_inp->sctp_flags = (SCTP_PCB_FLAGS_UDPTYPE | in sctp_get_peeloff()
227 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags)); in sctp_get_peeloff()
Dsctputil.h298 if (stcb->sctp_socket && ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || \
299 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
319 if (stcb->sctp_socket && ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || \
320 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
334 ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || \
335 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL))) { \
Dsctp_pcb.c964 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1213 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1275 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
1504 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) ||
1505 (inp->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) {
1556 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1685 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1841 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1946 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1950 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) &&
[all …]
Dsctputil.c118 sctp_clog.x.close.sctp_flags = inp->sctp_flags; in sctp_log_closing()
547 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) in sctp_wakeup_log()
549 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEOUTPUT) in sctp_wakeup_log()
551 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_WAKEINPUT) in sctp_wakeup_log()
1260 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_init_asoc()
1273 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) { in sctp_init_asoc()
1527 ((it->inp->sctp_flags & it->pcb_flags) != it->pcb_flags)) || in sctp_iterator_work()
1878 !(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) && in sctp_timeout_handler()
3019 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_mtu_size_reset()
3366 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_notify_assoc_change()
[all …]
Dsctp_input.c189 ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) || in sctp_handle_init()
190 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) || in sctp_handle_init()
1148 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_handle_shutdown_ack()
1149 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) { in sctp_handle_shutdown_ack()
1727 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_process_cookie_existing()
1728 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) && in sctp_process_cookie_existing()
1739 stcb->sctp_ep->sctp_flags |= in sctp_process_cookie_existing()
1925 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) || in sctp_process_cookie_existing()
1926 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_IN_TCPPOOL)) && in sctp_process_cookie_existing()
1931 stcb->sctp_ep->sctp_flags |= in sctp_process_cookie_existing()
[all …]
Dsctp_asconf.c1397 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_asconf_queue_add()
1930 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 || in sctp_addr_mgmt_assoc()
1969 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) in sctp_addr_mgmt_assoc()
2017 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_addr_mgmt_assoc()
2080 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_asconf_iterator_ep()
2091 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_ep()
2171 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) == 0) { in sctp_asconf_iterator_stcb()
2208 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_stcb()
2227 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && in sctp_asconf_iterator_stcb()
2279 if ((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) { in sctp_asconf_iterator_stcb()
[all …]
Dsctp_sysctl.c208 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_number_of_addresses()
277 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in sctp_sysctl_copy_out_local_addresses()
290 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) { in sctp_sysctl_copy_out_local_addresses()
309 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_sysctl_copy_out_local_addresses()
507 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
513 xinpcb.flags = inp->sctp_flags;
527 (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE)) {
Dsctp_output.c2080 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) { in sctp_add_addresses_to_i_ia()
3540 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
6077 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6090 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
6787 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) {
6791 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUND_CONN) {
7333 ca->inp->sctp_flags &= ~SCTP_PCB_FLAGS_SND_ITERATOR_UP;
7388 if (inp->sctp_flags & SCTP_PCB_FLAGS_SND_ITERATOR_UP) {
7454 inp->sctp_flags |= SCTP_PCB_FLAGS_SND_ITERATOR_UP;
7461 inp->sctp_flags &= ~SCTP_PCB_FLAGS_SND_ITERATOR_UP;
[all …]
Dsctp_pcb.h477 uint32_t sctp_flags; /* INP state flag set */ member
Dsctp_os_userspace.h1133 #define SCTP_IS_LISTENING(inp) ((inp->sctp_flags & SCTP_PCB_FLAGS_ACCEPTING) != 0)
Dsctp_auth.c1755 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) ||
1756 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) ||
Dsctp_uio.h919 uint32_t sctp_flags; member
Dsctp_indata.c582 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) { in sctp_queue_data_to_stream()
1830 if (((stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) || in sctp_process_a_data_chunk()
1831 (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) || in sctp_process_a_data_chunk()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c552 if (!(stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) &&
693 flags = inp->sctp_flags;
698 …(atomic_cmpset_int(&inp->sctp_flags, flags, (flags | SCTP_PCB_FLAGS_SOCKET_GONE | SCTP_PCB_FLAGS_C…
718 flags = inp->sctp_flags;
767 inp->sctp_flags |= SCTP_PCB_FLAGS_BOUND_V6; /* I'm v6! */
1003 if ((inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) &&
1170 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
1182 if ((inp->sctp_flags & SCTP_PCB_FLAGS_TCPTYPE) &&
1183 (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED)) {
1217 if (inp->sctp_flags & SCTP_PCB_FLAGS_CONNECTED) {
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c317 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { in soabort()