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

/external/e2fsprogs/lib/ext2fs/
H A Djfs_dat.h37 __u32 t_flags; /* See below */ member in struct:journal_block_tag_s
H A Dkernel-jbd.h142 __u32 t_flags; /* See below */ member in struct:journal_block_tag_s
/external/qemu/slirp/
H A 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) {
287 /* if ((tp->t_flags & TF_REQ_SCALE) &&
289 * (tp->t_flags & TF_RCVD_SCALE))) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
309 * (tp->t_flags & TF_RCVD_TSTMP))) {
379 if (tp->t_flags & TF_ACKNOW)
407 if (flags & TH_FIN && tp->t_flags
[all...]
H A Dtcp_timer.c58 (tp->t_flags & TF_DELACK)) {
59 tp->t_flags &= ~TF_DELACK;
60 tp->t_flags |= TF_ACKNOW;
H A 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;
730 tp->t_flags |= TF_ACKNOW;
772 tp->t_flags |= TF_ACKNOW;
779 /* if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) ==
878 tp->t_flags |
[all...]
H A Dtcp_var.h52 u_short t_flags; member in struct:tcpcb
H A Dslirp.c273 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
878 qemu_put_be16(f, tp->t_flags);
971 tp->t_flags = qemu_get_be16(f);
H A Dtcp_subr.c191 tp->t_flags = TCP_DO_RFC1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
/external/qemu/slirp-android/
H A 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) {
287 /* if ((tp->t_flags & TF_REQ_SCALE) &&
289 * (tp->t_flags & TF_RCVD_SCALE))) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
309 * (tp->t_flags & TF_RCVD_TSTMP))) {
379 if (tp->t_flags & TF_ACKNOW)
407 if (flags & TH_FIN && tp->t_flags
[all...]
H A Dtcp_timer.c58 (tp->t_flags & TF_DELACK)) {
59 tp->t_flags &= ~TF_DELACK;
60 tp->t_flags |= TF_ACKNOW;
H A 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;
736 tp->t_flags |= TF_ACKNOW;
778 tp->t_flags |= TF_ACKNOW;
785 /* if ((tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) ==
884 tp->t_flags |
[all...]
H A Dtcp_var.h57 u_short t_flags; member in struct:tcpcb
H A Dslirp.c333 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
1281 qemu_put_be16(f, tp->t_flags);
1374 tp->t_flags = qemu_get_be16(f);
H A Dtcp_subr.c193 tp->t_flags = TCP_DO_RFC1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;
/external/e2fsprogs/e2fsck/
H A Drecovery.c195 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
198 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
490 flags = be32_to_cpu(tag->t_flags);
/external/kernel-headers/original/linux/
H A Djbd.h158 __be32 t_flags; /* See below */ member in struct:journal_block_tag_s
/external/e2fsprogs/debugfs/
H A Dlogdump.c502 tag_flags = be32_to_cpu(tag->t_flags);

Completed in 81 milliseconds