Home
last modified time | relevance | path

Searched refs:nf_flowtable_time_stamp (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/net/netfilter/
Dnf_flow_table.h187 #define nf_flowtable_time_stamp (u32)jiffies macro
193 return (__s32)(timeout - nf_flowtable_time_stamp); in nf_flow_timeout_delta()
/Linux-v6.6/net/netfilter/
Dnf_flow_table_core.c272 flow->timeout = nf_flowtable_time_stamp + flow_offload_get_timeout(flow); in flow_offload_add()
306 timeout = nf_flowtable_time_stamp + flow_offload_get_timeout(flow); in flow_offload_refresh()