Home
last modified time | relevance | path

Searched refs:t_flags (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-13.1/tools/tools/syscall_timing/
H A Dsyscall_timing.c921 int t_flags; member
930 { "chroot", test_chroot, .t_flags = 0 },
933 { "fork", test_fork, .t_flags = 0 },
935 { "getppid", test_getppid, .t_flags = 0 },
940 { "getuid", test_getuid, .t_flags = 0 },
959 .t_flags = FLAG_PATH, .t_int = 10000 },
964 { "pipe", test_pipe, .t_flags = 0 },
988 { "select", test_select, .t_flags = 0 },
990 { "setuid", test_setuid, .t_flags = 0 },
991 { "shmfd", test_shmfd, .t_flags = 0 },
[all …]
/freebsd-13.1/sys/netinet/
H A Dtcp_output.c243 if (tp->t_flags & TF_TOE) in tcp_output()
252 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
269 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
272 tp->t_flags |= TF_LASTIDLE; in tcp_output()
306 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()
350 if (tp->t_flags & TF_NEEDFIN) in tcp_output()
352 if (tp->t_flags & TF_NEEDSYN) in tcp_output()
707 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1124 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1653 tp->t_flags |= TF_SENTFIN; in tcp_output()
[all …]
H A Dtcp_input.c488 EXIT_RECOVERY(tp->t_flags); in cc_cong_signal()
575 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler_flags()
1046 if (tp->t_flags & TF_TOE) { in tcp_input_with_port()
1622 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2334 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2352 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3207 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3328 tp->t_flags &= ~TF_DELACK; in tcp_do_segment()
3362 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3921 tp->t_flags |= TF_TSO; in tcp_mss()
[all …]
H A Dtcp_usrreq.c948 if (tp->t_flags & TF_TOE) in tcp_usr_rcvd()
1646 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in tcp_fill_info()
1650 if ((tp->t_flags & TF_REQ_SCALE) && (tp->t_flags & TF_RCVD_SCALE)) { in tcp_fill_info()
1680 if (tp->t_flags & TF_TOE) { in tcp_fill_info()
2003 tp->t_flags |= opt; in tcp_default_ctloutput()
2005 tp->t_flags &= ~opt; in tcp_default_ctloutput()
2726 if (t_flags & TF_ACKNOW) { in db_print_tflags()
2730 if (t_flags & TF_DELACK) { in db_print_tflags()
2738 if (t_flags & TF_NOOPT) { in db_print_tflags()
2774 if (t_flags & TF_NOPUSH) { in db_print_tflags()
[all …]
H A Dtcp_timer.c286 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
587 tp->t_flags |= TF_FORCEDATA; in tcp_timer_persist()
591 tp->t_flags &= ~TF_FORCEDATA; in tcp_timer_persist()
865 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
895 if (tp->t_flags & TF_TOE) in tcp_timer_activate()
979 uint32_t t_flags; in tcp_timer_suspend() local
983 t_flags = TT_DELACK_SUS; in tcp_timer_suspend()
987 t_flags = TT_REXMT_SUS; in tcp_timer_suspend()
991 t_flags = TT_PERSIST_SUS; in tcp_timer_suspend()
995 t_flags = TT_KEEP_SUS; in tcp_timer_suspend()
[all …]
H A Dtcp_var.h144 u_int t_flags; member
425 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) argument
426 #define ENTER_FASTRECOVERY(t_flags) t_flags |= TF_FASTRECOVERY argument
427 #define EXIT_FASTRECOVERY(t_flags) t_flags &= ~TF_FASTRECOVERY argument
429 #define IN_CONGRECOVERY(t_flags) (t_flags & TF_CONGRECOVERY) argument
430 #define ENTER_CONGRECOVERY(t_flags) t_flags |= TF_CONGRECOVERY argument
431 #define EXIT_CONGRECOVERY(t_flags) t_flags &= ~TF_CONGRECOVERY argument
433 #define IN_RECOVERY(t_flags) (t_flags & (TF_CONGRECOVERY | TF_FASTRECOVERY)) argument
434 #define ENTER_RECOVERY(t_flags) t_flags |= (TF_CONGRECOVERY | TF_FASTRECOVERY) argument
435 #define EXIT_RECOVERY(t_flags) t_flags &= ~(TF_CONGRECOVERY | TF_FASTRECOVERY) argument
[all …]
H A Dtcp_offload.c156 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
157 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()
160 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
H A Dtcp_subr.c1031 if IN_FASTRECOVERY(tp->t_flags) { in tcp_default_fb_init()
1907 if (tp->t_flags & TF_SIGNATURE) in tcp_respond()
2137 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb()
2325 if (tp->t_flags & TF_TOE) in tcp_discardcb()
3334 if (IS_FASTOPEN(tp->t_flags)) in tcp_drop_syn_sent()
3387 EXIT_FASTRECOVERY(tp->t_flags); in tcp_mtudisc()
3488 if (tp->t_flags & TF_NOOPT) in tcp_maxseg()
3504 if (tp->t_flags & TF_SIGNATURE) in tcp_maxseg()
3513 if (tp->t_flags & TF_REQ_TSTMP) in tcp_maxseg()
3537 if (tp->t_flags & TF_NOOPT) in tcp_fixed_maxseg()
[all …]
/freebsd-13.1/sys/kern/
H A Dtty_ttydisc.c156 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_canonical()
211 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_no_timer()
263 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_read_timer()
312 if (tp->t_flags & TF_ZOMBIE) in ttydisc_read_raw_interbyte_timer()
464 if (tp->t_flags & TF_ZOMBIE) in ttydisc_write()
592 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()
594 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()
600 tp->t_flags |= TF_BYPASS; in ttydisc_optimize()
602 tp->t_flags &= ~TF_BYPASS; in ttydisc_optimize()
628 tp->t_flags |= TF_ZOMBIE; in ttydisc_modem()
[all …]
H A Dtty.c241 tp->t_flags |= TF_OPENCLOSE; in ttydev_leave()
264 tp->t_flags &= ~TF_OPENCLOSE; in ttydev_leave()
299 tp->t_flags |= TF_OPENCLOSE; in ttydev_open()
400 tp->t_flags &= ~TF_EXCLUDE; in ttydev_close()
550 tp->t_flags |= TF_BUSY_OUT; in ttydev_write()
1214 tp->t_flags |= TF_GONE; in tty_rel_gone()
1304 xt->xt_flags = tp->t_flags; in tty_to_xtty()
1667 tp->t_flags |= TF_ASYNC; in tty_generic_ioctl()
2118 if (tp->t_flags & TF_HOOK) in ttyhook_register()
2121 tp->t_flags |= TF_HOOK; in ttyhook_register()
[all …]
/freebsd-13.1/sys/netinet/cc/
H A Dcc_newreno.c130 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
274 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
275 if (IN_CONGRECOVERY(CCV(ccv, t_flags) && in newreno_cong_signal()
281 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) in newreno_cong_signal()
283 ENTER_RECOVERY(CCV(ccv, t_flags)); in newreno_cong_signal()
287 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
290 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in newreno_cong_signal()
310 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_post_recovery()
H A Dcc_dctcp.c118 if (IN_CONGRECOVERY(CCV(ccv, t_flags))) { in dctcp_ack_received()
119 EXIT_CONGRECOVERY(CCV(ccv, t_flags)); in dctcp_ack_received()
121 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in dctcp_ack_received()
157 if (!IN_FASTRECOVERY(CCV(ccv, t_flags)) && in dctcp_ack_received()
242 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal()
243 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal()
256 ENTER_RECOVERY(CCV(ccv, t_flags)); in dctcp_cong_signal()
265 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal()
280 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in dctcp_cong_signal()
H A Dcc_cubic.c146 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
225 } else if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in cubic_ack_received()
290 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal()
291 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal()
297 ENTER_RECOVERY(CCV(ccv, t_flags)); in cubic_cong_signal()
302 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal()
308 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in cubic_cong_signal()
368 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_post_recovery()
H A Dcc_htcp.c204 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in htcp_ack_received()
281 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal()
282 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal()
295 ENTER_RECOVERY(CCV(ccv, t_flags)); in htcp_cong_signal()
300 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal()
311 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in htcp_cong_signal()
361 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_post_recovery()
H A Dcc_vegas.c202 if (IN_RECOVERY(CCV(ccv, t_flags))) in vegas_cong_signal()
209 if (!IN_RECOVERY(CCV(ccv, t_flags))) { in vegas_cong_signal()
222 if (IN_RECOVERY(CCV(ccv, t_flags)) && !presignalrecov) in vegas_cong_signal()
H A Dcc_chd.c256 if (rtt && e_t->minrtt && !IN_RECOVERY(CCV(ccv, t_flags))) { in chd_ack_received()
342 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in chd_cong_signal()
354 if (!IN_RECOVERY(CCV(ccv, t_flags)) && qdly > V_chd_qthresh) { in chd_cong_signal()
373 ENTER_FASTRECOVERY(CCV(ccv, t_flags)); in chd_cong_signal()
H A Dcc_cdg.c457 ENTER_CONGRECOVERY(CCV(ccv, t_flags)); in cdg_cong_signal()
464 if (IN_CONGRECOVERY(CCV(ccv, t_flags)) || in cdg_cong_signal()
484 ENTER_RECOVERY(CCV(ccv, t_flags)); in cdg_cong_signal()
641 if (!IN_RECOVERY(CCV(ccv, t_flags))) { in cdg_ack_received()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Drack.c4865 EXIT_RECOVERY(tp->t_flags); in rack_post_recovery()
6382 tp->t_flags &= ~TF_DELACK; in rack_timeout_delack()
6383 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()
6965 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()
10108 tp->t_flags |= TF_DELACK; in rack_handle_delayed_ack()
10112 tp->t_flags |= TF_ACKNOW; in rack_handle_delayed_ack()
10327 tp->t_flags |= TF_ACKNOW; in rack_process_data()
10897 tp->t_flags |= TF_DELACK; in rack_do_syn_sent()
18509 tp->t_flags &= ~TF_TSO; in rack_output()
19825 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in rack_fill_info()
[all …]
H A Dbbr.c801 if (tp->t_flags & TF_DELACK) { in bbr_start_hpts_timer()
3789 EXIT_RECOVERY(tp->t_flags); in bbr_post_recovery()
4737 tp->t_flags &= ~TF_DELACK; in bbr_timeout_delack()
4738 tp->t_flags |= TF_ACKNOW; in bbr_timeout_delack()
5195 tp->t_flags |= TF_ACKNOW; in bbr_timeout_rxt()
8330 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8581 tp->t_flags |= TF_DELACK; in bbr_do_fastnewdata()
8585 tp->t_flags |= TF_ACKNOW; in bbr_do_fastnewdata()
8872 tp->t_flags |= TF_DELACK; in bbr_do_syn_sent()
8876 tp->t_flags |= TF_ACKNOW; in bbr_do_syn_sent()
[all …]
H A Drack_bbr_common.c554 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
603 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
605 tp->t_flags &= ~TF_ACKNOW; in ctf_ack_war_checks()
607 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
665 if ((todrop > 0) && (tp->t_flags & TF_SACK_PERMIT)) { in _ctf_drop_checks()
671 if (tp->t_flags & TF_ACKNOW) in _ctf_drop_checks()
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c579 tdp->t_flags = TDESC_F_RESOLVED; in tdesc_intr_common()
634 new->t_flags = TDESC_F_RESOLVED; in tdesc_intr_clone()
746 tdp->t_flags |= flags; in die_array_create()
777 tdp->t_flags |= TDESC_F_RESOLVED; in die_array_resolve()
859 tdp->t_flags |= TDESC_F_RESOLVED; in die_enum_create()
909 tdp->t_flags |= TDESC_F_RESOLVED; in die_enum_resolve()
1165 tdp->t_flags |= TDESC_F_RESOLVED; in die_sou_resolve()
1266 tdp->t_flags |= TDESC_F_RESOLVED; in die_funcptr_create()
1494 tdp->t_flags |= TDESC_F_RESOLVED; in die_base_create()
1516 tdp->t_flags |= TDESC_F_RESOLVED; in die_through_create()
[all …]
/freebsd-13.1/sys/sys/
H A Dtty.h68 unsigned int t_flags; /* (t) Terminal option flags. */ member
215 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED)
216 #define tty_gone(tp) ((tp)->t_flags & TF_GONE)
/freebsd-13.1/contrib/libedit/
H A Dterminal.h53 int t_flags; member
113 #define EL_FLAGS (el)->el_terminal.t_flags
/freebsd-13.1/sys/netinet/khelp/
H A Dh_ertt.c180 if (tp->t_flags & TF_TSO) { in marked_packet_rtt()
182 tp->t_flags &= ~TF_TSO; in marked_packet_rtt()
467 tp->t_flags |= TF_TSO; in ertt_add_tx_segment_info_hook()
479 if (((tp->t_flags & TF_NOOPT) == 0) && in ertt_add_tx_segment_info_hook()
/freebsd-13.1/sys/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()

123