Searched refs:toedev (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | toecore.h | 47 struct toedev { struct 48 TAILQ_ENTRY(toedev) link; /* glue for toedev_list */ 73 void (*tod_rcvd)(struct toedev *, struct tcpcb *); argument 79 int (*tod_output)(struct toedev *, struct tcpcb *); argument 82 int (*tod_send_rst)(struct toedev *, struct tcpcb *); argument 85 int (*tod_send_fin)(struct toedev *, struct tcpcb *); argument 102 void (*tod_syncache_added)(struct toedev *, void *); argument 111 void (*tod_tcp_info)(struct toedev *, struct tcpcb *, argument 124 void init_toedev(struct toedev *); 125 int register_toedev(struct toedev *); [all …]
|
| H A D | toecore.c | 73 static TAILQ_HEAD(, toedev) toedev_list; 101 toedev_input(struct toedev *tod __unused, struct tcpcb *tp __unused, in toedev_input() 110 toedev_rcvd(struct toedev *tod __unused, struct tcpcb *tp __unused) in toedev_rcvd() 208 struct toedev *t, *tod; in toe_listen_start() 246 struct toedev *tod; in toe_listen_stop_event() 265 init_toedev(struct toedev *tod) in init_toedev() 300 register_toedev(struct toedev *tod) in register_toedev() 302 struct toedev *t; in register_toedev() 327 unregister_toedev(struct toedev *tod) in unregister_toedev() 329 struct toedev *t, *t2; in unregister_toedev() [all …]
|
| H A D | tcp_offload.c | 66 struct toedev *tod; in tcp_offload_connect() 134 struct toedev *tod = tp->tod; in tcp_offload_input() 145 struct toedev *tod = tp->tod; in tcp_offload_output() 170 struct toedev *tod = tp->tod; in tcp_offload_rcvd() 181 struct toedev *tod = tp->tod; in tcp_offload_ctloutput() 192 struct toedev *tod = tp->tod; in tcp_offload_tcp_info() 204 struct toedev *tod = tp->tod; in tcp_offload_alloc_tls_session() 215 struct toedev *tod = tp->tod; in tcp_offload_detach()
|
| H A D | tcp_syncache.h | 72 struct toedev *sc_tod; /* entry added by this TOE */
|
| H A D | tcp_syncache.c | 394 struct toedev *tod = sc->sc_tod; in syncache_insert() 427 struct toedev *tod = sc->sc_tod; in syncache_drop() 1104 struct toedev *tod = sc->sc_tod; in syncache_socket() 1346 struct toedev *tod = sc->sc_tod; in syncache_expand() 2047 struct toedev *tod = sc->sc_tod; in syncache_respond() 2068 struct toedev *tod = sc->sc_tod; in syncache_respond()
|
| H A D | tcp_var.h | 234 struct toedev *tod; /* toedev handling this connection */
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 234 struct toedev *tod; /* toedev handling this connection */
|