HomeSort by: relevance | last modified time | path
    Searched defs:t_flags (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
pckbcvar.h 61 int t_flags; member in struct:pckbc_internal
ninjascsi32var.h 226 int t_flags; member in struct:njsc32_softc::njsc32_target
  /src/lib/libedit/
terminal.h 53 int t_flags; member in struct:__anon202ad4510208
113 #define EL_FLAGS (el)->el_terminal.t_flags
  /src/sys/netinet/
tcp_input.c 293 if (tp->t_flags & TF_DELACK ||
295 tp->t_flags |= TF_ACKNOW;
308 if ((tp->t_flags & TF_PMTUD_PEND) &&
310 tp->t_flags &= ~TF_PMTUD_PEND;
993 uint32_t t_flags = 0; local in function:tcp_vtw_input
1021 t_flags |= TF_ACKNOW;
1099 t_flags |= TF_ACKNOW;
1124 if (t_flags & TF_ACKNOW)
1732 if (optp || (tp->t_flags & TF_SIGNATURE))
1745 tp->t_flags &= ~TF_ECN_SND_ECE
    [all...]
tcp_var.h 233 u_int t_flags; member in struct:tcpcb
404 #define TCP_ECN_ALLOWED(tp) (tp->t_flags & TF_ECN_PERMIT)
409 #define TCP_SACK_ENABLED(tp) (tp->t_flags & TF_WILL_SACK)
433 if (tp->t_flags & TF_REASSEMBLING) {
437 tp->t_flags |= TF_REASSEMBLING;
448 KASSERT((tp->t_flags & TF_REASSEMBLING) != 0);
449 tp->t_flags &= ~TF_REASSEMBLING;
464 if (((tp)->t_flags & TF_REASSEMBLING) == 0) { \
491 if (((tp)->t_flags & TF_DELACK) == 0) { \
492 (tp)->t_flags |= TF_DELACK;
    [all...]
  /src/sys/sys/
tty.h 128 int t_flags; /* Tty flags. */ member in struct:tty
  /src/sys/dev/wscons/
wskbd.c 171 int t_flags; member in struct:wskbd_internal
363 id->t_flags |= WSKFL_METAESC;
365 id->t_flags &= ~WSKFL_METAESC;
1871 if (id->t_flags & WSKFL_METAESC) {

Completed in 17 milliseconds