Home
last modified time | relevance | path

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

/linux-6.15/include/net/netfilter/
H A Dnf_flow_table.h191 #define nf_flowtable_time_stamp (u32)jiffies macro
197 return (__s32)(timeout - nf_flowtable_time_stamp); in nf_flow_timeout_delta()
/linux-6.15/net/netfilter/
H A Dnf_flow_table_core.c323 flow->timeout = nf_flowtable_time_stamp + flow_offload_get_timeout(flow); in flow_offload_add()
357 timeout = nf_flowtable_time_stamp + flow_offload_get_timeout(flow); in flow_offload_refresh()