Home
last modified time | relevance | path

Searched refs:to_flags (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1337 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()
1466 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
1587 if (!(to->to_flags & (TOF_TFO | TOF_TFOREQ)) || in tcp_tfo_syn()
1592 if ((to->to_flags & TOF_TFOREQ)) { in tcp_tfo_syn()
1632 if (to->to_flags & TOF_TFO) { in tcp_tfo_synack()
1991 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()
2223 to.to_flags |= TOF_TS; in tcp_input()
2461 if (to.to_flags & TOF_TS) { in tcp_input()
3132 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
3203 ((to.to_flags & TOF_TS) == 0 || in tcp_input()
[all …]
H A Dtcp_sack.c436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
H A Dtcp_var.h1026 uint32_t to_flags; /* which options are present */ member
H A Dmptcp_opt.c1930 to->to_flags |= TOF_MPTCP; in tcp_do_mptcp_options()
H A Dtcp_subr.c4294 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()
/xnu-11417.101.15/tests/vm/
H A Dvm_allocation.c724 uint32_t to_flags; member
779 if (options.to_flags == 0) { in process_options()
784 if (options.to_flags & VM_TEST_ALLOCATE) { in process_options()
788 if (options.to_flags & VM_TEST_DEALLOCATE) { in process_options()
792 if (options.to_flags & VM_TEST_READ) { in process_options()
796 if (options.to_flags & VM_TEST_WRITE) { in process_options()
800 if (options.to_flags & VM_TEST_PROTECT) { in process_options()
804 if (options.to_flags & VM_TEST_COPY) { in process_options()
4191 test_options.to_flags = VM_TEST_ALLOCATE;
4201 test_options.to_flags = VM_TEST_DEALLOCATE;
[all …]