Home
last modified time | relevance | path

Searched refs:g_tcp_protosw (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c149 static struct protosw *g_tcp_protosw = NULL; variable
3355 return g_tcp_protosw->pr_ctloutput(so, sopt); in flow_divert_ctloutput()
4301 g_tcp_protosw = pffindproto(AF_INET, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init()
4303 VERIFY(g_tcp_protosw != NULL); in flow_divert_init()
4305 memcpy(&g_flow_divert_in_protosw, g_tcp_protosw, sizeof(g_flow_divert_in_protosw)); in flow_divert_init()
4306 memcpy(&g_flow_divert_in_usrreqs, g_tcp_protosw->pr_usrreqs, sizeof(g_flow_divert_in_usrreqs)); in flow_divert_init()