Searched refs:TOF_SIGNATURE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.c1042 if ((to->to_flags & TOF_SIGNATURE) != 0 &&
1065 if ((to->to_flags & TOF_SIGNATURE) == 0) {
1374 if ((to->to_flags & TOF_SIGNATURE) == 0) {
1763 to.to_flags |= TOF_SIGNATURE;
1788 KASSERT(to.to_flags & TOF_SIGNATURE,
2154 if (to->to_flags & TOF_SIGNATURE)
H A Dtcp_output.c853 to.to_flags |= TOF_SIGNATURE;
1273 if (to.to_flags & TOF_SIGNATURE) {
1756 case TOF_SIGNATURE:
1765 to->to_flags &= ~TOF_SIGNATURE;
H A Dtcp_var.h374 #define TOF_SIGNATURE 0x0040 /* TCP-MD5 signature option (RFC2385) */ macro
H A Dtcp_subr.c1047 to.to_flags |= TOF_SIGNATURE;
1105 if (to.to_flags & TOF_SIGNATURE) {
H A Dtcp_input.c1419 if ((to.to_flags & TOF_SIGNATURE) == 0) {
1685 (to.to_flags & TOF_SIGNATURE) == 0) {
3447 to->to_flags |= TOF_SIGNATURE;

Completed in 104 milliseconds