Home
last modified time | relevance | path

Searched refs:TOF_SIGNATURE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.c1127 if ((to->to_flags & TOF_SIGNATURE) != 0 && in syncache_expand()
1155 if ((to->to_flags & TOF_SIGNATURE) == 0) { in syncache_expand()
1480 if (to->to_flags & TOF_SIGNATURE) { in syncache_add()
1489 } else if (to->to_flags & TOF_SIGNATURE) in syncache_add()
1703 if (to->to_flags & TOF_SIGNATURE) in syncache_add()
1926 to.to_flags |= TOF_SIGNATURE; in syncache_respond()
1955 KASSERT(to.to_flags & TOF_SIGNATURE, in syncache_respond()
2338 if (to->to_flags & TOF_SIGNATURE) in syncookie_lookup()
H A Dtcp_output.c878 to.to_flags |= TOF_SIGNATURE; in tcp_default_output()
1335 if (to.to_flags & TOF_SIGNATURE) { in tcp_default_output()
1870 case TOF_SIGNATURE: in tcp_addoptions()
1879 to->to_flags &= ~TOF_SIGNATURE; in tcp_addoptions()
H A Dtcp_input.c1368 if ((to.to_flags & TOF_SIGNATURE) == 0) { in tcp_input_with_port()
1624 (to.to_flags & TOF_SIGNATURE) == 0) { in tcp_do_segment()
3606 to->to_flags |= TOF_SIGNATURE; in tcp_dooptions()
H A Dtcp_var.h872 #define TOF_SIGNATURE 0x0040 /* TCP-MD5 signature option (RFC2385) */ macro
H A Dtcp_subr.c1965 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
2049 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18534 to.to_flags |= TOF_SIGNATURE; in rack_fast_rsm_output()
18696 if (to.to_flags & TOF_SIGNATURE) { in rack_fast_rsm_output()
19110 to.to_flags |= TOF_SIGNATURE; in rack_fast_output()
19252 if (to.to_flags & TOF_SIGNATURE) { in rack_fast_output()
21295 to.to_flags |= TOF_SIGNATURE; in rack_output()
21795 if (to.to_flags & TOF_SIGNATURE) { in rack_output()
H A Dbbr.c12909 to.to_flags |= TOF_SIGNATURE; in bbr_output_wtime()
13405 if (to.to_flags & TOF_SIGNATURE) { in bbr_output_wtime()