Searched refs:g_udp6_protosw (Results 1 – 1 of 1) sorted by relevance
160 static struct ip6protosw *g_udp6_protosw = NULL; variable4823 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()4825 VERIFY(g_udp6_protosw != NULL); in flow_divert_init()4827 memcpy(&g_flow_divert_in6_udp_protosw, g_udp6_protosw, sizeof(g_flow_divert_in6_udp_protosw)); in flow_divert_init()4828 …memcpy(&g_flow_divert_in6_udp_usrreqs, g_udp6_protosw->pr_usrreqs, sizeof(g_flow_divert_in6_udp_us… in flow_divert_init()