Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_proto.c67 extern struct protosw tcp_protosw;
84 &tcp_protosw,
H A Dtcp_var.h1491 extern struct protosw tcp_protosw; /* shared for TOE */
H A Dtcp_usrreq.c1403 struct protosw tcp_protosw = { variable
H A Dtcp_subr.c1497 tcp_protosw.pr_soreceive = soreceive_stream; in tcp_init()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c267 so->so_proto = &tcp_protosw; in restore_so_proto()
2248 bcopy(&tcp_protosw, &toe_protosw, sizeof(toe_protosw)); in t4_tom_mod_load()