Searched refs:g_tcp_protosw (Results 1 – 1 of 1) sorted by relevance
149 static struct protosw *g_tcp_protosw = NULL; variable3355 return g_tcp_protosw->pr_ctloutput(so, sopt); in flow_divert_ctloutput()4297 g_tcp_protosw = pffindproto(AF_INET, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init()4299 VERIFY(g_tcp_protosw != NULL); in flow_divert_init()4301 memcpy(&g_flow_divert_in_protosw, g_tcp_protosw, sizeof(g_flow_divert_in_protosw)); in flow_divert_init()4302 memcpy(&g_flow_divert_in_usrreqs, g_tcp_protosw->pr_usrreqs, sizeof(g_flow_divert_in_usrreqs)); in flow_divert_init()