Searched defs:tcp_function_block (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 323 struct tcp_function_block { struct 324 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX]; 325 int (*tfb_tcp_output)(struct tcpcb *); 326 int (*tfb_tcp_output_wtime)(struct tcpcb *, const struct timeval *); 327 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *, 330 int (*tfb_do_queued_segments)(struct socket *, struct tcpcb *, int); 331 int (*tfb_do_segment_nounlock)(struct mbuf *, struct tcphdr *, 335 void (*tfb_tcp_hpts_do_segment)(struct mbuf *, struct tcphdr *, 362 struct tcp_function_block *tf_fb; argument
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 323 struct tcp_function_block { struct 324 char tfb_tcp_block_name[TCP_FUNCTION_NAME_LEN_MAX]; 325 int (*tfb_tcp_output)(struct tcpcb *); 326 int (*tfb_tcp_output_wtime)(struct tcpcb *, const struct timeval *); 327 void (*tfb_tcp_do_segment)(struct mbuf *, struct tcphdr *, 330 int (*tfb_do_queued_segments)(struct socket *, struct tcpcb *, int); 331 int (*tfb_do_segment_nounlock)(struct mbuf *, struct tcphdr *, 335 void (*tfb_tcp_hpts_do_segment)(struct mbuf *, struct tcphdr *, 362 struct tcp_function_block *tf_fb; argument
|