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