Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dflow_divert.c150 static struct ip6protosw *g_tcp6_protosw = NULL; variable
3357 return g_tcp6_protosw->pr_ctloutput(so, sopt); in flow_divert_ctloutput()
4357 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init()
4359 VERIFY(g_tcp6_protosw != NULL); in flow_divert_init()
4361 memcpy(&g_flow_divert_in6_protosw, g_tcp6_protosw, sizeof(g_flow_divert_in6_protosw)); in flow_divert_init()
4362 memcpy(&g_flow_divert_in6_usrreqs, g_tcp6_protosw->pr_usrreqs, sizeof(g_flow_divert_in6_usrreqs)); in flow_divert_init()