Searched refs:g_udp_protosw (Results 1 – 1 of 1) sorted by relevance
159 static struct protosw *g_udp_protosw = NULL; variable4765 g_udp_protosw = pffindproto(AF_INET, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()4766 VERIFY(g_udp_protosw != NULL); in flow_divert_init()4768 memcpy(&g_flow_divert_in_udp_protosw, g_udp_protosw, sizeof(g_flow_divert_in_udp_protosw)); in flow_divert_init()4769 …memcpy(&g_flow_divert_in_udp_usrreqs, g_udp_protosw->pr_usrreqs, sizeof(g_flow_divert_in_udp_usrre… in flow_divert_init()