Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_proto.c99 extern struct protosw tcp6_protosw;
120 &tcp6_protosw,
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c265 so->so_proto = &tcp6_protosw; in restore_so_proto()
2252 bcopy(&tcp6_protosw, &toe6_protosw, sizeof(toe6_protosw)); in t4_tom_mod_load()
/freebsd/sys/netinet/
H A Dtcp_var.h1492 extern struct protosw tcp6_protosw; /* shared for TOE */
H A Dtcp_usrreq.c1432 struct protosw tcp6_protosw = { variable
H A Dtcp_subr.c1500 tcp6_protosw.pr_soreceive = soreceive_stream; in tcp_init()