Searched defs:toedev (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | toecore.h | 47 struct toedev { struct 55 int (*tod_connect)(struct toedev *, struct socket *, struct nhop_object *, argument 59 int (*tod_listen_start)(struct toedev *, struct tcpcb *); argument 60 int (*tod_listen_stop)(struct toedev *, struct tcpcb *); argument 66 void (*tod_input)(struct toedev *, struct tcpcb *, struct mbuf *); 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 88 void (*tod_pcb_detach)(struct toedev *, struct tcpcb *); argument [all …]
|