Lines Matching refs:SCTP_BASE_INFO
374 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx)); in sctp_log_lock()
1655 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq()
1684 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_handle_addr_wq()
2508 tmr = &SCTP_BASE_INFO(addr_wq_timer); in sctp_timer_start()
2811 tmr = &SCTP_BASE_INFO(addr_wq_timer); in sctp_timer_stop()
6513 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); in sctp_dynamic_set_primary()
6532 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_dynamic_set_primary()
7471 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_stop()
7472 soclose(SCTP_BASE_INFO(udp4_tun_socket)); in sctp_over_udp_stop()
7473 SCTP_BASE_INFO(udp4_tun_socket) = NULL; in sctp_over_udp_stop()
7477 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_stop()
7478 soclose(SCTP_BASE_INFO(udp6_tun_socket)); in sctp_over_udp_stop()
7479 SCTP_BASE_INFO(udp6_tun_socket) = NULL; in sctp_over_udp_stop()
7505 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { in sctp_over_udp_start()
7511 if (SCTP_BASE_INFO(udp6_tun_socket) != NULL) { in sctp_over_udp_start()
7517 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7524 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7536 if ((ret = sobind(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7543 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7550 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
7562 if ((ret = sobind(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()