Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dtcp_var.h267 struct tcp_function_block { struct
268 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