Searched refs:udp1 (Results 1 – 1 of 1) sorted by relevance
5172 udp_t *udp1; in udp_do_bind() local5184 for (udp1 = udpf->uf_udp; udp1 != NULL; in udp_do_bind()5185 udp1 = udp1->udp_bind_hash) { in udp_do_bind()5186 connp1 = udp1->udp_connp; in udp_do_bind()5220 IPCL_CONNS_MAC(udp1->udp_connp, connp)) { in udp_do_bind()5278 if (udp1 == NULL) { in udp_do_bind()5690 udp_t *udp, *udp1; in udp_do_connect() local5925 for (udp1 = udpf->uf_udp; udp1 != NULL; udp1 = udp1->udp_bind_hash) { in udp_do_connect()5926 if (udp1->udp_state != TS_DATA_XFER) in udp_do_connect()5929 if (udp1 == udp) in udp_do_connect()[all …]