Home
last modified time | relevance | path

Searched refs:TF_SIGNATURE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_output.c250 && (tp->t_flags & TF_SIGNATURE) == 0 in tcp_output()
780 if (tp->t_flags & TF_SIGNATURE) { in tcp_output()
1056 if (tp->t_flags & TF_SIGNATURE) { in tcp_output()
H A Dtcp_usrreq.c1566 tp->t_flags |= TF_SIGNATURE; in tcp_ctloutput()
1568 tp->t_flags &= ~TF_SIGNATURE; in tcp_ctloutput()
1668 optval = (tp->t_flags & TF_SIGNATURE) ? 1 : 0; in tcp_ctloutput()
H A Dtcp_var.h178 #define TF_SIGNATURE 0x00004000 /* require MD5 digests (RFC2385) */ macro
H A Dtcp_syncache.c857 tp->t_flags |= TF_SIGNATURE; in syncache_socket()