Searched refs:g_udp_protosw (Results 1 – 1 of 1) sorted by relevance
151 static struct protosw *g_udp_protosw = NULL; variable4331 g_udp_protosw = pffindproto(AF_INET, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()4332 VERIFY(g_udp_protosw != NULL); in flow_divert_init()4334 memcpy(&g_flow_divert_in_udp_protosw, g_udp_protosw, sizeof(g_flow_divert_in_udp_protosw)); in flow_divert_init()4335 …memcpy(&g_flow_divert_in_udp_usrreqs, g_udp_protosw->pr_usrreqs, sizeof(g_flow_divert_in_udp_usrre… in flow_divert_init()