Searched refs:to_flags (Results 1 – 6 of 6) sorted by relevance
1337 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 …]
436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
1026 uint32_t to_flags; /* which options are present */ member
1930 to->to_flags |= TOF_MPTCP; in tcp_do_mptcp_options()
4294 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()
724 uint32_t to_flags; member779 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 …]