Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dtcp_output.c179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
215 if (tp->t_flags & TF_ACKNOW)
227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
278 if ((tp->t_flags & TF_NOOPT) == 0) {
379 if (tp->t_flags & TF_ACKNOW)
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
Dtcp_input.c73 tp->t_flags |= TF_ACKNOW; \
75 tp->t_flags |= TF_DELACK; \
87 tp->t_flags |= TF_ACKNOW; \
95 tp->t_flags |= TF_DELACK; \
107 tp->t_flags |= TF_ACKNOW; \
596 tp->t_flags |= TF_ACKNOW; in tcp_input()
736 tp->t_flags |= TF_ACKNOW; in tcp_input()
778 tp->t_flags |= TF_ACKNOW; in tcp_input()
884 tp->t_flags |= TF_ACKNOW; in tcp_input()
943 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
Dtcp_timer.c58 (tp->t_flags & TF_DELACK)) { in tcp_fasttimo()
59 tp->t_flags &= ~TF_DELACK; in tcp_fasttimo()
60 tp->t_flags |= TF_ACKNOW; in tcp_fasttimo()
Dtcp_var.h57 u_short t_flags; member
Dslirp.c325 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK) in slirp_select_fill()
973 qemu_put_be16(f, tp->t_flags); in slirp_tcp_save()
1066 tp->t_flags = qemu_get_be16(f); in slirp_tcp_load()
Dtcp_subr.c193 tp->t_flags = TCP_DO_RFC1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0; in tcp_newtcpcb()
/external/qemu/slirp/
Dtcp_output.c179 if ((1 || idle || tp->t_flags & TF_NODELAY) &&
215 if (tp->t_flags & TF_ACKNOW)
227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
278 if ((tp->t_flags & TF_NOOPT) == 0) {
379 if (tp->t_flags & TF_ACKNOW)
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
576 tp->t_flags &= ~(TF_ACKNOW|TF_DELACK);
Dtcp_input.c73 tp->t_flags |= TF_ACKNOW; \
75 tp->t_flags |= TF_DELACK; \
87 tp->t_flags |= TF_ACKNOW; \
95 tp->t_flags |= TF_DELACK; \
107 tp->t_flags |= TF_ACKNOW; \
591 tp->t_flags |= TF_ACKNOW; in tcp_input()
730 tp->t_flags |= TF_ACKNOW; in tcp_input()
772 tp->t_flags |= TF_ACKNOW; in tcp_input()
878 tp->t_flags |= TF_ACKNOW; in tcp_input()
937 tp->t_flags |= TF_ACKNOW; in tcp_input()
[all …]
Dtcp_timer.c58 (tp->t_flags & TF_DELACK)) { in tcp_fasttimo()
59 tp->t_flags &= ~TF_DELACK; in tcp_fasttimo()
60 tp->t_flags |= TF_ACKNOW; in tcp_fasttimo()
Dtcp_var.h52 u_short t_flags; member
Dslirp.c273 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK) in slirp_select_fill()
878 qemu_put_be16(f, tp->t_flags); in slirp_tcp_save()
971 tp->t_flags = qemu_get_be16(f); in slirp_tcp_load()
Dtcp_subr.c191 tp->t_flags = TCP_DO_RFC1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0; in tcp_newtcpcb()
/external/e2fsprogs/e2fsck/
Drecovery.c191 if (!(tag->t_flags & htonl(JFS_FLAG_SAME_UUID))) in count_tags()
194 if (tag->t_flags & htonl(JFS_FLAG_LAST_TAG)) in count_tags()
427 flags = ntohl(tag->t_flags); in do_one_pass()
/external/e2fsprogs/lib/ext2fs/
Djfs_dat.h37 __u32 t_flags; /* See below */ member
Dkernel-jbd.h118 __u32 t_flags; /* See below */ member
/external/kernel-headers/original/linux/
Djbd.h158 __be32 t_flags; /* See below */ member
/external/e2fsprogs/debugfs/
Dlogdump.c498 tag_flags = be32_to_cpu(tag->t_flags); in dump_descriptor_block()