Searched refs:toe_protosw (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c76 static struct protosw toe_protosw; variable in typeref:struct:protosw
214 so->so_proto = &toe_protosw;
1227 bcopy(tcp_protosw, &toe_protosw, sizeof(toe_protosw));
1230 toe_protosw.pr_ctloutput = t4_ctloutput_tom;
1231 toe_protosw.pr_usrreqs = &toe_usrreqs;

Completed in 99 milliseconds