Home
last modified time | relevance | path

Searched defs:tcp_function_block (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h599 struct tcp_function_block { struct
600 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX];
601 int (*tfb_tcp_output)(struct tcpcb *);
602 void (*tfb_tcp_do_segment)(struct tcpcb *, struct mbuf *,
604 int (*tfb_do_segment_nounlock)(struct tcpcb *, struct mbuf *,
606 int (*tfb_do_queued_segments)(struct tcpcb *, int);
607 int (*tfb_tcp_ctloutput)(struct tcpcb *, struct sockopt *);
609 int (*tfb_tcp_fb_init)(struct tcpcb *, void **);
610 void (*tfb_tcp_fb_fini)(struct tcpcb *, int);
635 struct tcp_function_block *tf_fb; argument