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.h608 struct tcp_function_block { struct
609 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX];
610 int (*tfb_tcp_output)(struct tcpcb *);
611 void (*tfb_tcp_do_segment)(struct tcpcb *, struct mbuf *,
613 int (*tfb_do_segment_nounlock)(struct tcpcb *, struct mbuf *,
615 int (*tfb_do_queued_segments)(struct tcpcb *, int);
616 int (*tfb_tcp_ctloutput)(struct tcpcb *, struct sockopt *);
618 int (*tfb_tcp_fb_init)(struct tcpcb *, void **);
619 void (*tfb_tcp_fb_fini)(struct tcpcb *, int);
644 struct tcp_function_block *tf_fb; argument