Searched defs:toedev (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | toecore.h | 46 struct toedev { struct 54 int (*tod_connect)(struct toedev *, struct socket *, struct nhop_object *, argument 58 int (*tod_listen_start)(struct toedev *, struct tcpcb *); argument 59 int (*tod_listen_stop)(struct toedev *, struct tcpcb *); argument 72 void (*tod_rcvd)(struct toedev *, struct tcpcb *); argument 78 int (*tod_output)(struct toedev *, struct tcpcb *); argument 81 int (*tod_send_rst)(struct toedev *, struct tcpcb *); argument 84 int (*tod_send_fin)(struct toedev *, struct tcpcb *); argument 93 void (*tod_l2_update)(struct toedev *, struct ifnet *, argument 101 void (*tod_syncache_added)(struct toedev *, void *); argument [all …]
|