Searched refs:TF_SIGNATURE (Results 1 – 11 of 11) sorted by relevance
94 optval = (tp->t_flags & TF_SIGNATURE) ? 1 : 0; in tcp_ipsec_pcbctl()113 tp->t_flags |= TF_SIGNATURE; in tcp_ipsec_pcbctl()115 tp->t_flags &= ~TF_SIGNATURE; in tcp_ipsec_pcbctl()
839 if (tp->t_flags & TF_SIGNATURE) in ctf_fixed_maxseg()850 if (tp->t_flags & TF_SIGNATURE) in ctf_fixed_maxseg()
12601 ((tp->t_flags & TF_SIGNATURE) == 0) && in rack_output()13080 if (tp->t_flags & TF_SIGNATURE) in rack_output()
12742 ((tp->t_flags & TF_SIGNATURE) == 0) && in bbr_output_wtime()13055 if (tp->t_flags & TF_SIGNATURE) in bbr_output_wtime()
561 ((tp->t_flags & TF_SIGNATURE) == 0) && in tcp_output()601 if ((((tp->t_flags & TF_SIGNATURE) ? in tcp_output()876 if (tp->t_flags & TF_SIGNATURE) in tcp_output()
1074 tp->t_flags |= TF_SIGNATURE; in syncache_socket()1509 ltflags = (tp->t_flags & (TF_NOOPT | TF_SIGNATURE)); in syncache_add()1570 if (ltflags & TF_SIGNATURE) { in syncache_add()1778 if (ltflags & TF_SIGNATURE) in syncache_add()
393 #define TF_SIGNATURE 0x00400000 /* require MD5 digests (RFC2385) */ macro
1571 if (tp->t_flags & TF_SIGNATURE) in tcp_respond()3038 if (tp->t_flags & TF_SIGNATURE) in tcp_maxseg()3054 if (tp->t_flags & TF_SIGNATURE) in tcp_maxseg()
1364 if (tp->t_flags & TF_SIGNATURE) { in tcp_input()1616 if ((tp->t_flags & TF_SIGNATURE) != 0 && in tcp_do_segment()
2893 if (t_flags & TF_SIGNATURE) { in db_print_tflags()