Searched refs:toe_protosw (Results 1 – 1 of 1) sorted by relevance
81 static struct protosw toe_protosw; variable247 so->so_proto = &toe_protosw; in offload_socket()2248 bcopy(&tcp_protosw, &toe_protosw, sizeof(toe_protosw)); in t4_tom_mod_load()2249 toe_protosw.pr_ctloutput = t4_ctloutput_tom; in t4_tom_mod_load()2250 toe_protosw.pr_aio_queue = t4_aio_queue_tom; in t4_tom_mod_load()