Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_syncache.c1137 if ((to->to_flags & TOF_SIGNATURE) != 0 && in syncache_expand()
1165 if ((to->to_flags & TOF_SIGNATURE) == 0) { in syncache_expand()
1490 if (to->to_flags & TOF_SIGNATURE) { in syncache_add()
1499 } else if (to->to_flags & TOF_SIGNATURE) in syncache_add()
1713 if (to->to_flags & TOF_SIGNATURE) in syncache_add()
1936 to.to_flags |= TOF_SIGNATURE; in syncache_respond()
1965 KASSERT(to.to_flags & TOF_SIGNATURE, in syncache_respond()
2348 if (to->to_flags & TOF_SIGNATURE) in syncookie_lookup()
H A Dtcp_output.c887 to.to_flags |= TOF_SIGNATURE; in tcp_default_output()
1331 if (to.to_flags & TOF_SIGNATURE) { in tcp_default_output()
1868 case TOF_SIGNATURE: in tcp_addoptions()
1877 to->to_flags &= ~TOF_SIGNATURE; in tcp_addoptions()
H A Dtcp_input.c1369 if ((to.to_flags & TOF_SIGNATURE) == 0) { in tcp_input_with_port()
1618 (to.to_flags & TOF_SIGNATURE) == 0) { in tcp_do_segment()
3571 to->to_flags |= TOF_SIGNATURE; in tcp_dooptions()
H A Dtcp_var.h883 #define TOF_SIGNATURE 0x0040 /* TCP-MD5 signature option (RFC2385) */ macro
H A Dtcp_subr.c2021 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
2105 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c18782 to.to_flags |= TOF_SIGNATURE; in rack_fast_rsm_output()
18944 if (to.to_flags & TOF_SIGNATURE) { in rack_fast_rsm_output()
19372 to.to_flags |= TOF_SIGNATURE; in rack_fast_output()
19514 if (to.to_flags & TOF_SIGNATURE) { in rack_fast_output()
21416 to.to_flags |= TOF_SIGNATURE; in rack_output()
21921 if (to.to_flags & TOF_SIGNATURE) { in rack_output()
H A Dbbr.c12913 to.to_flags |= TOF_SIGNATURE; in bbr_output_wtime()
13409 if (to.to_flags & TOF_SIGNATURE) { in bbr_output_wtime()