Home
last modified time | relevance | path

Searched refs:gc_work (Results 1 – 15 of 15) sorted by relevance

/net/netfilter/
A Dnf_conntrack_core.c1525 i = gc_work->next_bucket; in gc_worker()
1526 if (gc_work->early_drop) in gc_worker()
1536 count = gc_work->count; in gc_worker()
1564 gc_work->next_bucket = i; in gc_worker()
1566 gc_work->count = count; in gc_worker()
1624 gc_work->count = count; in gc_worker()
1625 gc_work->next_bucket = i; in gc_worker()
1631 gc_work->next_bucket = 0; in gc_worker()
1642 if (gc_work->exiting) in gc_worker()
1646 gc_work->early_drop = false; in gc_worker()
[all …]
A Dnf_conncount.c62 struct work_struct gc_work; member
307 schedule_work(&data->gc_work); in schedule_gc_worker()
457 struct nf_conncount_data *data = container_of(work, struct nf_conncount_data, gc_work); in tree_gc_worker()
548 INIT_WORK(&data->gc_work, tree_gc_worker); in nf_conncount_init()
583 cancel_work_sync(&data->gc_work); in nf_conncount_destroy()
A Dnf_flow_table_core.c595 flow_table = container_of(work, struct nf_flowtable, gc_work.work); in nf_flow_offload_work_gc()
597 queue_delayed_work(system_power_efficient_wq, &flow_table->gc_work, HZ); in nf_flow_offload_work_gc()
692 INIT_DELAYED_WORK(&flowtable->gc_work, nf_flow_offload_work_gc); in nf_flow_table_init()
702 &flowtable->gc_work, HZ); in nf_flow_table_init()
732 flush_delayed_work(&flowtable->gc_work); in nf_flow_table_gc_cleanup()
753 cancel_delayed_work_sync(&flow_table->gc_work); in nf_flow_table_free()
A Dnft_set_hash.c26 struct delayed_work gc_work; member
326 priv = container_of(work, struct nft_rhash, gc_work.work); in nft_rhash_gc()
400 queue_delayed_work(system_power_efficient_wq, &priv->gc_work, in nft_rhash_gc()
414 queue_delayed_work(system_power_efficient_wq, &priv->gc_work, in nft_rhash_gc_init()
435 INIT_DEFERRABLE_WORK(&priv->gc_work, nft_rhash_gc); in nft_rhash_init()
464 cancel_delayed_work_sync(&priv->gc_work); in nft_rhash_destroy()
A Dxt_hashlimit.c127 struct delayed_work gc_work; member
350 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); in htable_create()
351 queue_delayed_work(system_power_efficient_wq, &hinfo->gc_work, in htable_create()
385 ht = container_of(work, struct xt_hashlimit_htable, gc_work.work); in htable_gc()
390 &ht->gc_work, msecs_to_jiffies(ht->cfg.gc_interval)); in htable_gc()
431 cancel_delayed_work_sync(&hinfo->gc_work); in htable_put()
/net/bridge/
A Dbr_stp_if.c56 mod_delayed_work(system_long_wq, &br->gc_work, HZ / 10); in br_stp_enable_bridge()
87 cancel_delayed_work_sync(&br->gc_work); in br_stp_disable_bridge()
A Dbr_ioctl.c186 b.gc_timer_value = br_timer_value(&br->gc_work.timer); in br_dev_siocdevprivate()
A Dbr_device.c534 INIT_DELAYED_WORK(&br->gc_work, br_fdb_cleanup); in br_dev_setup()
A Dbr_stp.c643 mod_delayed_work(system_long_wq, &br->gc_work, 0); in br_set_ageing_time()
A Dbr_if.c393 cancel_delayed_work_sync(&br->gc_work); in br_dev_delete()
A Dbr_fdb.c536 gc_work.work); in br_fdb_cleanup()
576 mod_delayed_work(system_long_wq, &br->gc_work, work_delay); in br_fdb_cleanup()
A Dbr_sysfs_br.c294 return sprintf(buf, "%ld\n", br_timer_value(&br->gc_work.timer)); in gc_timer_show()
A Dbr_netlink.c1663 clockval = br_timer_value(&br->gc_work.timer); in br_fill_info()
A Dbr_private.h560 struct delayed_work gc_work; member
/net/core/
A Dneighbour.c977 struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work); in neigh_periodic_work()
1051 queue_delayed_work(system_power_efficient_wq, &tbl->gc_work, in neigh_periodic_work()
1844 INIT_DEFERRABLE_WORK(&tbl->gc_work, neigh_periodic_work); in neigh_table_init()
1845 queue_delayed_work(system_power_efficient_wq, &tbl->gc_work, in neigh_table_init()
1872 cancel_delayed_work_sync(&tbl->gc_work); in neigh_table_clear()

Completed in 58 milliseconds