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.c1162 if ((to->to_flags & TOF_SIGNATURE) != 0 && in syncache_expand()
1196 if ((to->to_flags & TOF_SIGNATURE) == 0) { in syncache_expand()
1521 if (to->to_flags & TOF_SIGNATURE) { in syncache_add()
1530 } else if (to->to_flags & TOF_SIGNATURE) { in syncache_add()
1731 if (to->to_flags & TOF_SIGNATURE) in syncache_add()
1966 to.to_flags |= TOF_SIGNATURE; in syncache_respond()
1995 KASSERT(to.to_flags & TOF_SIGNATURE, in syncache_respond()
2389 if (to->to_flags & TOF_SIGNATURE) in syncookie_expand()
H A Dtcp_output.c875 to.to_flags |= TOF_SIGNATURE; in tcp_default_output()
1332 if (to.to_flags & TOF_SIGNATURE) { in tcp_default_output()
1858 case TOF_SIGNATURE: in tcp_addoptions()
1867 to->to_flags &= ~TOF_SIGNATURE; in tcp_addoptions()
H A Dtcp_input.c1329 if ((to.to_flags & TOF_SIGNATURE) == 0) { in tcp_input_with_port()
1583 (to.to_flags & TOF_SIGNATURE) != 0) in tcp_do_segment()
3534 to->to_flags |= TOF_SIGNATURE; in tcp_dooptions()
H A Dtcp_var.h888 #define TOF_SIGNATURE 0x0040 /* TCP-MD5 signature option (RFC2385) */ macro
H A Dtcp_subr.c1958 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
2042 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c16406 (to.to_flags & TOF_SIGNATURE) != 0) in rack_do_segment_nounlock()
18415 to.to_flags |= TOF_SIGNATURE; in rack_fast_rsm_output()
18577 if (to.to_flags & TOF_SIGNATURE) { in rack_fast_rsm_output()
18991 to.to_flags |= TOF_SIGNATURE; in rack_fast_output()
19133 if (to.to_flags & TOF_SIGNATURE) { in rack_fast_output()
21197 to.to_flags |= TOF_SIGNATURE; in rack_output()
21693 if (to.to_flags & TOF_SIGNATURE) { in rack_output()
H A Dbbr.c11354 (to.to_flags & TOF_SIGNATURE) != 0) in bbr_do_segment_nounlock()
12906 to.to_flags |= TOF_SIGNATURE; in bbr_output_wtime()
13398 if (to.to_flags & TOF_SIGNATURE) { in bbr_output_wtime()