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