Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_flow_table.h184 #define nf_flowtable_time_stamp (u32)jiffies macro
190 return (__s32)(timeout - nf_flowtable_time_stamp); in nf_flow_timeout_delta()
/linux-6.1.9/net/netfilter/
Dnf_flow_table_core.c287 flow->timeout = nf_flowtable_time_stamp + flow_offload_get_timeout(flow); in flow_offload_add()
321 timeout = nf_flowtable_time_stamp + flow_offload_get_timeout(flow); in flow_offload_refresh()