Searched refs:tcp_dooptions (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 991 tcp_dooptions(&to, optp, optlen, in tcp_input() 1077 tcp_dooptions(&to, optp, optlen, 0); in tcp_input() 1343 tcp_dooptions(&to, optp, optlen, TO_SYN); in tcp_input() 1365 tcp_dooptions(&to, optp, optlen, thflags); in tcp_input() 1611 tcp_dooptions(&to, (u_char *)(th + 1), in tcp_do_segment() 3416 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags) in tcp_dooptions() function
|
| H A D | tcp_var.h | 943 void tcp_dooptions(struct tcpopt *, u_char *, int, int);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 943 void tcp_dooptions(struct tcpopt *, u_char *, int, int);
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 10880 tcp_dooptions(&to, (u_char *)(th + 1), in rack_do_segment_nounlock()
|
| H A D | bbr.c | 11464 tcp_dooptions(&to, (u_char *)(th + 1), in bbr_do_segment_nounlock()
|