Lines Matching refs:tcpcb
52 int (*tod_listen_start)(struct toedev *, struct tcpcb *);
53 int (*tod_listen_stop)(struct toedev *, struct tcpcb *);
59 void (*tod_input)(struct toedev *, struct tcpcb *, struct mbuf *);
66 void (*tod_rcvd)(struct toedev *, struct tcpcb *);
72 int (*tod_output)(struct toedev *, struct tcpcb *);
75 int (*tod_send_rst)(struct toedev *, struct tcpcb *);
78 int (*tod_send_fin)(struct toedev *, struct tcpcb *);
81 void (*tod_pcb_detach)(struct toedev *, struct tcpcb *);
101 void (*tod_ctloutput)(struct toedev *, struct tcpcb *, int, int);
105 typedef void (*tcp_offload_listen_start_fn)(void *, struct tcpcb *);
106 typedef void (*tcp_offload_listen_stop_fn)(void *, struct tcpcb *);