Searched defs:toedev (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | toecore.h | 47 struct toedev { struct 55 int (*tod_connect)(struct toedev *, struct socket *, struct nhop_object *, argument 60 int (*tod_listen_stop)(struct toedev *, struct tcpcb *); argument 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 94 void (*tod_l2_update)(struct toedev *, struct ifnet *, argument 102 void (*tod_syncache_added)(struct toedev *, void *); argument 103 void (*tod_syncache_removed)(struct toedev *, void *); argument [all …]
|