Searched refs:tod (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_offload.c | 134 struct toedev *tod = tp->tod; in tcp_offload_input() local 139 tod->tod_input(tod, tp, m); in tcp_offload_input() 145 struct toedev *tod = tp->tod; in tcp_offload_output() local 170 struct toedev *tod = tp->tod; in tcp_offload_rcvd() local 175 tod->tod_rcvd(tod, tp); in tcp_offload_rcvd() 181 struct toedev *tod = tp->tod; in tcp_offload_ctloutput() local 192 struct toedev *tod = tp->tod; in tcp_offload_tcp_info() local 197 tod->tod_tcp_info(tod, tp, ti); in tcp_offload_tcp_info() 204 struct toedev *tod = tp->tod; in tcp_offload_alloc_tls_session() local 215 struct toedev *tod = tp->tod; in tcp_offload_detach() local [all …]
|
| H A D | toecore.c | 226 tod->tod_listen_start(tod, tp); in toe_listen_start() 246 struct toedev *tod; in toe_listen_stop_event() local 257 tod->tod_listen_stop(tod, tp); in toe_listen_stop_event() 268 tod->tod_softc = NULL; in init_toedev() 306 if (t == tod) { in register_toedev() 334 if (t == tod) { in unregister_toedev() 407 struct toedev *tod; in toe_lle_event() local 429 tod = TOEDEV(ifp); in toe_lle_event() 430 if (tod == NULL) in toe_lle_event() 454 tod->tod_l2_update(tod, ifp, sa, lladdr, EVL_MAKETAG(vid, pcp, 0)); in toe_lle_event() [all …]
|
| H A D | tcp_syncache.c | 394 struct toedev *tod = sc->sc_tod; in syncache_insert() local 396 tod->tod_syncache_added(tod, sc->sc_todctx); in syncache_insert() 427 struct toedev *tod = sc->sc_tod; in syncache_drop() local 429 tod->tod_syncache_removed(tod, sc->sc_todctx); in syncache_drop() 1104 struct toedev *tod = sc->sc_tod; in syncache_socket() local 1106 tod->tod_offload_socket(tod, sc->sc_todctx, so); in syncache_socket() 1346 struct toedev *tod = sc->sc_tod; in syncache_expand() local 1348 tod->tod_syncache_removed(tod, sc->sc_todctx); in syncache_expand() 1715 sc->sc_tod = tod; in syncache_add() 2049 error = tod->tod_syncache_respond(tod, sc->sc_todctx, m); in syncache_respond() [all …]
|
| H A D | tcp_var.h | 234 struct toedev *tod; /* toedev handling this connection */ member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_diagnosis.c | 218 uint64_t *tod; in zfs_mark_pool() local 241 &tod, &nelem); in zfs_mark_pool() 243 loaded.ertv_sec = tod[0]; in zfs_mark_pool() 244 loaded.ertv_nsec = tod[1]; in zfs_mark_pool() 278 uint64_t *tod; in zpool_find_load_time() local 299 &tod, &nelem) == 0 && nelem == 2) { in zpool_find_load_time() 301 lta->lt_time->ertv_sec = tod[0]; in zpool_find_load_time() 302 lta->lt_time->ertv_nsec = tod[1]; in zpool_find_load_time() 431 int64_t *tod; in zfs_ereport_when() local 436 when->ertv_sec = tod[0]; in zfs_ereport_when() [all …]
|
| H A D | zfs_agents.c | 193 int64_t tod[2]; in zfs_agent_post_event() local 206 tod[0] = tv.tv_sec; in zfs_agent_post_event() 207 tod[1] = tv.tv_usec; in zfs_agent_post_event() 208 (void) nvlist_add_int64_array(payload, FM_EREPORT_TIME, tod, 2); in zfs_agent_post_event()
|
| H A D | fmd_api.c | 412 int64_t tod[2]; in fmd_case_add_suspect() local 420 tod[0] = cp->ci_tv.tv_sec; in fmd_case_add_suspect() 421 tod[1] = cp->ci_tv.tv_usec; in fmd_case_add_suspect() 429 err |= nvlist_add_int64_array(nvl, FM_SUSPECT_DIAG_TIME, tod, 2); in fmd_case_add_suspect()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 234 struct toedev *tod; /* toedev handling this connection */ member
|