Searched refs:tcp_dooptions (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 998 tcp_dooptions(&to, optp, optlen, in tcp_input_with_port() 1074 tcp_dooptions(&to, optp, optlen, 0); in tcp_input_with_port() 1347 tcp_dooptions(&to, optp, optlen, TO_SYN); in tcp_input_with_port() 1360 tcp_dooptions(&to, optp, optlen, thflags); in tcp_input_with_port() 1604 tcp_dooptions(&to, (u_char *)(th + 1), in tcp_do_segment() 3549 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, int flags) in tcp_dooptions() function
|
H A D | tcp_var.h | 1385 void tcp_dooptions(struct tcpopt *, u_char *, int, int);
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 865 tcp_dooptions(&to, (void *)(th + 1), in t4_syncache_respond()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 11348 tcp_dooptions(&to, (u_char *)(th + 1), in bbr_do_segment_nounlock()
|
H A D | rack.c | 16543 tcp_dooptions(&to, (u_char *)(th + 1), in rack_do_segment_nounlock()
|