Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c1215 if ((to->to_flags & TOF_SIGNATURE) != 0 && in syncache_expand()
1238 if ((to->to_flags & TOF_SIGNATURE) == 0) { in syncache_expand()
1571 if ((to->to_flags & TOF_SIGNATURE) == 0) { in syncache_add()
1985 to.to_flags |= TOF_SIGNATURE; in syncache_respond()
2014 KASSERT(to.to_flags & TOF_SIGNATURE, in syncache_respond()
2376 if (to->to_flags & TOF_SIGNATURE) in syncookie_lookup()
H A Dtcp_output.c877 to.to_flags |= TOF_SIGNATURE; in tcp_output()
1315 if (to.to_flags & TOF_SIGNATURE) { in tcp_output()
1811 case TOF_SIGNATURE: in tcp_addoptions()
1820 to->to_flags &= ~TOF_SIGNATURE; in tcp_addoptions()
H A Dtcp_var.h457 #define TOF_SIGNATURE 0x0040 /* TCP-MD5 signature option (RFC2385) */ macro
H A Dtcp_input.c1366 if ((to.to_flags & TOF_SIGNATURE) == 0) { in tcp_input()
1617 (to.to_flags & TOF_SIGNATURE) == 0) { in tcp_do_segment()
3474 to->to_flags |= TOF_SIGNATURE; in tcp_dooptions()
H A Dtcp_subr.c1572 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
1630 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h457 #define TOF_SIGNATURE 0x0040 /* TCP-MD5 signature option (RFC2385) */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13081 to.to_flags |= TOF_SIGNATURE; in rack_output()
13556 if (to.to_flags & TOF_SIGNATURE) { in rack_output()
H A Dbbr.c13056 to.to_flags |= TOF_SIGNATURE; in bbr_output_wtime()
13578 if (to.to_flags & TOF_SIGNATURE) { in bbr_output_wtime()