Searched defs:tcp_function_block (Results 1 – 1 of 1) sorted by relevance
267 struct tcp_function_block { struct268 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX];269 int (*tfb_tcp_output)(struct tcpcb *);270 int (*tfb_tcp_output_wtime)(struct tcpcb *, const struct timeval *);271 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *,274 void (*tfb_tcp_hpts_do_segment)(struct mbuf *, struct tcphdr *,300 struct tcp_function_block *tf_fb; argument