Searched refs:tcp_protosw (Results 1 – 5 of 5) sorted by relevance
67 extern struct protosw tcp_protosw;84 &tcp_protosw,
1491 extern struct protosw tcp_protosw; /* shared for TOE */
1403 struct protosw tcp_protosw = { variable
1497 tcp_protosw.pr_soreceive = soreceive_stream; in tcp_init()
267 so->so_proto = &tcp_protosw; in restore_so_proto()2248 bcopy(&tcp_protosw, &toe_protosw, sizeof(toe_protosw)); in t4_tom_mod_load()