Searched refs:tcp6_protosw (Results 1 – 5 of 5) sorted by relevance
99 extern struct protosw tcp6_protosw;120 &tcp6_protosw,
265 so->so_proto = &tcp6_protosw; in restore_so_proto()2252 bcopy(&tcp6_protosw, &toe6_protosw, sizeof(toe6_protosw)); in t4_tom_mod_load()
1492 extern struct protosw tcp6_protosw; /* shared for TOE */
1432 struct protosw tcp6_protosw = { variable
1500 tcp6_protosw.pr_soreceive = soreceive_stream; in tcp_init()