Home
last modified time | relevance | path

Searched defs:conntrack_gc_work (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c66 struct conntrack_gc_work { struct
67 struct delayed_work dwork;
68 u32 next_bucket;
69 u32 avg_timeout;
70 u32 count;
71 u32 start_time;
72 bool exiting;
73 bool early_drop;
102 static struct conntrack_gc_work conntrack_gc_work; variable