Lines Matching refs:tcpcb
39 struct tcpcb;
59 int (*tod_listen_start)(struct toedev *, struct tcpcb *);
60 int (*tod_listen_stop)(struct toedev *, struct tcpcb *);
66 void (*tod_input)(struct toedev *, struct tcpcb *, struct mbuf *);
73 void (*tod_rcvd)(struct toedev *, struct tcpcb *);
79 int (*tod_output)(struct toedev *, struct tcpcb *);
82 int (*tod_send_rst)(struct toedev *, struct tcpcb *);
85 int (*tod_send_fin)(struct toedev *, struct tcpcb *);
88 void (*tod_pcb_detach)(struct toedev *, struct tcpcb *);
108 void (*tod_ctloutput)(struct toedev *, struct tcpcb *, int, int);
111 void (*tod_tcp_info)(struct toedev *, const struct tcpcb *,
115 int (*tod_alloc_tls_session)(struct toedev *, struct tcpcb *,
119 void (*tod_pmtu_update)(struct toedev *, struct tcpcb *, tcp_seq, int);
122 typedef void (*tcp_offload_listen_start_fn)(void *, struct tcpcb *);
123 typedef void (*tcp_offload_listen_stop_fn)(void *, struct tcpcb *);