Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_tcp.c94 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()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c839 if (tp->t_flags & TF_SIGNATURE) in ctf_fixed_maxseg()
850 if (tp->t_flags & TF_SIGNATURE) in ctf_fixed_maxseg()
H A Drack.c12601 ((tp->t_flags & TF_SIGNATURE) == 0) && in rack_output()
13080 if (tp->t_flags & TF_SIGNATURE) in rack_output()
H A Dbbr.c12742 ((tp->t_flags & TF_SIGNATURE) == 0) && in bbr_output_wtime()
13055 if (tp->t_flags & TF_SIGNATURE) in bbr_output_wtime()
/f-stack/freebsd/netinet/
H A Dtcp_output.c561 ((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()
H A Dtcp_syncache.c1074 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()
H A Dtcp_var.h393 #define TF_SIGNATURE 0x00400000 /* require MD5 digests (RFC2385) */ macro
H A Dtcp_subr.c1571 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()
H A Dtcp_input.c1364 if (tp->t_flags & TF_SIGNATURE) { in tcp_input()
1616 if ((tp->t_flags & TF_SIGNATURE) != 0 && in tcp_do_segment()
H A Dtcp_usrreq.c2893 if (t_flags & TF_SIGNATURE) { in db_print_tflags()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h393 #define TF_SIGNATURE 0x00400000 /* require MD5 digests (RFC2385) */ macro