Searched refs:updatetime (Results 1 – 1 of 1) sorted by relevance
356 const bool downstream, const bool updatetime) { in do_forward4() argument414 if (!updatetime && ip->protocol != IPPROTO_TCP) TC_PUNT(NON_TCP); in do_forward4()418 if (updatetime && (ip->protocol != IPPROTO_TCP) && (ip->protocol != IPPROTO_UDP)) in do_forward4()423 const bool is_tcp = !updatetime || (ip->protocol == IPPROTO_TCP); in do_forward4()611 if (updatetime) v->last_used = bpf_ktime_get_boot_ns(); in do_forward4()