Searched defs:tcp_function_block (Results 1 – 1 of 1) sorted by relevance
619 struct tcp_function_block { struct620 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX];621 int (*tfb_tcp_output)(struct tcpcb *);622 void (*tfb_tcp_do_segment)(struct tcpcb *, struct mbuf *,624 int (*tfb_do_segment_nounlock)(struct tcpcb *, struct mbuf *,626 int (*tfb_do_queued_segments)(struct tcpcb *, int);627 int (*tfb_tcp_ctloutput)(struct tcpcb *, struct sockopt *);629 int (*tfb_tcp_fb_init)(struct tcpcb *, void **);653 struct tcp_function_block *tf_fb; argument