Searched defs:tcp_function_block (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_var.h | 339 struct tcp_function_block { struct 340 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX]; 341 int (*tfb_tcp_output)(struct tcpcb *); 342 int (*tfb_tcp_output_wtime)(struct tcpcb *, const struct timeval *); 343 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *, 346 int (*tfb_do_queued_segments)(struct socket *, struct tcpcb *, int); 347 int (*tfb_do_segment_nounlock)(struct mbuf *, struct tcphdr *, 351 void (*tfb_tcp_hpts_do_segment)(struct mbuf *, struct tcphdr *, 355 int (*tfb_tcp_ctloutput)(struct socket *so, struct sockopt *sopt, 379 struct tcp_function_block *tf_fb; argument
|