| /linux/drivers/md/dm-vdo/ |
| H A D | logical-zone.c | 55 struct logical_zone *zone = &zones->zones[zone_number]; in initialize_zone() local 91 zone_count_t zone; in vdo_make_logical_zones() local 143 static inline void assert_on_zone_thread(struct logical_zone *zone, const char *what) in assert_on_zone_thread() 153 static void check_for_drain_complete(struct logical_zone *zone) in check_for_drain_complete() 191 struct logical_zone *zone = &(((struct logical_zones *) context)->zones[zone_number]); in resume_logical_zone() local 213 static bool update_oldest_active_generation(struct logical_zone *zone) in update_oldest_active_generation() 234 void vdo_increment_logical_zone_flush_generation(struct logical_zone *zone, in vdo_increment_logical_zone_flush_generation() 255 struct logical_zone *zone = data_vio->logical.zone; in vdo_acquire_flush_generation_lock() local 275 struct logical_zone *zone = as_logical_zone(completion); in notify_flusher() local 290 struct logical_zone *zone = as_logical_zone(completion); in attempt_generation_complete_notification() local [all …]
|
| H A D | block-map.c | 60 struct block_map_zone *zone; member 98 struct block_map_zone *zone; member 637 static void check_for_drain_complete(struct block_map_zone *zone) in check_for_drain_complete() 651 static void enter_zone_read_only_mode(struct block_map_zone *zone, int result) in enter_zone_read_only_mode() 1224 struct block_map_zone *zone, physical_block_number_t pbn, in vdo_get_page() 1395 static inline struct tree_page *get_tree_page(const struct block_map_zone *zone, in get_tree_page() 1457 static bool __must_check is_not_older(struct block_map_zone *zone, u8 a, u8 b) in is_not_older() 1473 static void release_generation(struct block_map_zone *zone, u8 generation) in release_generation() 1490 static void set_generation(struct block_map_zone *zone, struct tree_page *page, in set_generation() 1522 static void acquire_vio(struct vdo_waiter *waiter, struct block_map_zone *zone) in acquire_vio() [all …]
|
| H A D | physical-zone.c | 330 struct physical_zone *zone = &zones->zones[zone_number]; in initialize_zone() local 400 struct physical_zone *zone = &zones->zones[index]; in vdo_free_physical_zones() local 416 struct pbn_lock *vdo_get_physical_zone_pbn_lock(struct physical_zone *zone, in vdo_get_physical_zone_pbn_lock() 437 int vdo_attempt_physical_zone_pbn_lock(struct physical_zone *zone, in vdo_attempt_physical_zone_pbn_lock() 543 struct physical_zone *zone = allocation->zone; in continue_allocating() local 612 void vdo_release_physical_zone_pbn_lock(struct physical_zone *zone, in vdo_release_physical_zone_pbn_lock() 642 void vdo_dump_physical_zone(const struct physical_zone *zone) in vdo_dump_physical_zone()
|
| H A D | dedupe.c | 321 static inline void assert_in_hash_zone(struct hash_zone *zone, const char *name) in assert_in_hash_zone() 332 static inline bool change_timer_state(struct hash_zone *zone, int old, int new) in change_timer_state() 342 static void return_hash_lock_to_pool(struct hash_zone *zone, struct hash_lock *lock) in return_hash_lock_to_pool() 718 struct hash_zone *zone = context->zone; in release_context() local 863 static int __must_check acquire_lock(struct hash_zone *zone, in acquire_lock() 1315 struct physical_zone *zone = agent->duplicate.zone; in lock_duplicate_pbn() local 1791 struct hash_zone *zone; in is_hash_collision() local 1915 struct hash_zone *zone = data_vio->hash_zone; in vdo_release_hash_lock() local 2256 static void check_for_drain_complete(struct hash_zone *zone) in check_for_drain_complete() 2297 struct hash_zone *zone = as_hash_zone(completion); in timeout_index_operations_callback() local [all …]
|
| /linux/drivers/block/null_blk/ |
| H A D | zoned.c | 25 struct nullb_zone *zone) in null_init_zone_lock() 34 struct nullb_zone *zone) in null_lock_zone() 43 struct nullb_zone *zone) in null_unlock_zone() 55 struct nullb_zone *zone; in null_init_zoned_dev() local 199 struct nullb_zone *zone; in null_report_zones() local 244 struct nullb_zone *zone = &dev->zones[null_zone_no(dev, sector)]; in null_zone_valid_read_len() local 260 struct nullb_zone *zone; in null_close_imp_open_zone() local 331 struct nullb_zone *zone) in null_check_zone_resources() 355 struct nullb_zone *zone = &dev->zones[zno]; in null_zone_write() local 453 struct nullb_zone *zone) in null_open_zone() [all …]
|
| /linux/fs/pstore/ |
| H A D | zone.c | 160 static inline int buffer_datalen(struct pstore_zone *zone) in buffer_datalen() 165 static inline int buffer_start(struct pstore_zone *zone) in buffer_start() 175 static ssize_t psz_zone_read_buffer(struct pstore_zone *zone, char *buf, in psz_zone_read_buffer() 187 static int psz_zone_read_oldbuf(struct pstore_zone *zone, char *buf, in psz_zone_read_oldbuf() 199 static int psz_zone_write(struct pstore_zone *zone, in psz_zone_write() 262 static int psz_flush_dirty_zone(struct pstore_zone *zone) in psz_flush_dirty_zone() 284 struct pstore_zone *zone; in psz_flush_dirty_zones() local 335 struct pstore_zone *zone = NULL; in psz_kmsg_recover_data() local 374 struct pstore_zone *zone; in psz_kmsg_recover_meta() local 481 static int psz_recover_zone(struct psz_context *cxt, struct pstore_zone *zone) in psz_recover_zone() [all …]
|
| /linux/tools/power/cpupower/lib/ |
| H A D | powercap.c | 124 static int sysfs_powercap_get64_val(struct powercap_zone *zone, in sysfs_powercap_get64_val() 146 int powercap_get_max_energy_range_uj(struct powercap_zone *zone, uint64_t *val) in powercap_get_max_energy_range_uj() 151 int powercap_get_energy_uj(struct powercap_zone *zone, uint64_t *val) in powercap_get_energy_uj() 156 int powercap_get_max_power_range_uw(struct powercap_zone *zone, uint64_t *val) in powercap_get_max_power_range_uw() 161 int powercap_get_power_uw(struct powercap_zone *zone, uint64_t *val) in powercap_get_power_uw() 166 int powercap_zone_get_enabled(struct powercap_zone *zone, int *mode) in powercap_zone_get_enabled() 181 int powercap_zone_set_enabled(struct powercap_zone *zone, int mode) in powercap_zone_set_enabled() 188 int powercap_read_zone(struct powercap_zone *zone) in powercap_read_zone() 290 int powercap_walk_zones(struct powercap_zone *zone, in powercap_walk_zones() 291 int (*f)(struct powercap_zone *zone)) in powercap_walk_zones()
|
| /linux/include/linux/ |
| H A D | mmzone.h | 879 struct zone { struct 892 * wasting several GB of ram we must reserve some of the lower zone argument 903 struct pglist_data *zone_pgdat; argument 905 struct per_cpu_zonestat __percpu *per_cpu_zonestats; argument 923 unsigned long zone_start_pfn; argument 926 * spanned_pages is the total pages spanned by the zone, including argument 983 * of pageblock. Protected by zone->lock. argument 1005 /* To be called once the last page in the zone is accepted */ argument 1009 /* zone flags, see below */ argument 1010 unsigned long flags; [all …]
|
| H A D | vmstat.h | 142 static inline void zone_numa_event_add(long x, struct zone *zone, in zone_numa_event_add() argument 149 static inline unsigned long zone_numa_event_state(struct zone *zone, in zone_numa_event_state() argument 162 static inline void zone_page_state_add(long x, struct zone *zone, in zone_page_state_add() argument 204 static inline unsigned long zone_page_state(struct zone *zon argument 221 zone_page_state_snapshot(struct zone * zone,enum zone_stat_item item) zone_page_state_snapshot() argument 240 __count_numa_event(struct zone * zone,enum numa_stat_item item) __count_numa_event() argument 248 __count_numa_events(struct zone * zone,enum numa_stat_item item,long delta) __count_numa_events() argument 312 __mod_zone_page_state(struct zone * zone,enum zone_stat_item item,long delta) __mod_zone_page_state() argument 335 __inc_zone_state(struct zone * zone,enum zone_stat_item item) __inc_zone_state() argument 347 __dec_zone_state(struct zone * zone,enum zone_stat_item item) __dec_zone_state() argument 407 drain_zonestat(struct zone * zone,struct per_cpu_zonestat * pzstats) drain_zonestat() argument [all...] |
| /linux/mm/ |
| H A D | page_alloc.c | 346 _deferred_grow_zone(struct zone *zone, unsigned int order) in _deferred_grow_zone() 356 static inline bool _deferred_grow_zone(struct zone *zone, unsigned int order) in _deferred_grow_zone() 604 static int page_outside_zone_boundaries(struct zone *zone, struct page *page) in page_outside_zone_boundaries() 629 static bool __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range() 639 static inline bool __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range() 759 static inline struct capture_control *task_capc(struct zone *zone) in task_capc() 801 static inline struct capture_control *task_capc(struct zone *zone) in task_capc() 814 static inline void account_freepages(struct zone *zone, int nr_pages, in account_freepages() 832 static inline void __add_to_free_list(struct page *page, struct zone *zone, in __add_to_free_list() 858 static inline void move_to_free_list(struct page *page, struct zone *zone, in move_to_free_list() [all …]
|
| H A D | vmstat.c | 40 static void zero_zone_numa_counters(struct zone *zone) in zero_zone_numa_counters() argument 56 struct zone *zone; in zero_zones_numa_counters() local 172 fold_vm_zone_numa_events(struct zone * zone) fold_vm_zone_numa_events() argument 192 struct zone *zone; fold_vm_numa_events() local 201 calculate_pressure_threshold(struct zone * zone) calculate_pressure_threshold() argument 225 calculate_normal_threshold(struct zone * zone) calculate_normal_threshold() argument 278 struct zone *zone; refresh_zone_stat_thresholds() local 321 set_pgdat_percpu_threshold(pg_data_t * pgdat,int (* calculate_pressure)(struct zone *)) set_pgdat_percpu_threshold() argument 323 struct zone *zone; set_pgdat_percpu_threshold() local 345 __mod_zone_page_state(struct zone * zone,enum zone_stat_item item,long delta) __mod_zone_page_state() argument 435 __inc_zone_state(struct zone * zone,enum zone_stat_item item) __inc_zone_state() argument 491 __dec_zone_state(struct zone * zone,enum zone_stat_item item) __dec_zone_state() argument 560 mod_zone_state(struct zone * zone,enum zone_stat_item item,long delta,int overstep_mode) mod_zone_state() argument 599 mod_zone_page_state(struct zone * zone,enum zone_stat_item item,long delta) mod_zone_page_state() argument 695 mod_zone_page_state(struct zone * zone,enum zone_stat_item item,long delta) mod_zone_page_state() argument 709 struct zone *zone; inc_zone_page_state() local 817 struct zone *zone; refresh_cpu_vm_stats() local 907 struct zone *zone; cpu_vm_stats_fold() local 963 drain_zonestat(struct zone * zone,struct per_cpu_zonestat * pzstats) drain_zonestat() argument 1078 fill_contig_page_info(struct zone * zone,unsigned int suitable_order,struct contig_page_info * info) fill_contig_page_info() argument 1145 extfrag_for_order(struct zone * zone,unsigned int order) extfrag_for_order() argument 1159 fragmentation_index(struct zone * zone,unsigned int order) fragmentation_index() argument 1542 walk_zones_in_node(struct seq_file * m,pg_data_t * pgdat,bool assert_populated,bool nolock,void (* print)(struct seq_file * m,pg_data_t *,struct zone *)) walk_zones_in_node() argument 1544 struct zone *zone; walk_zones_in_node() local 1563 frag_show_print(struct seq_file * m,pg_data_t * pgdat,struct zone * zone) frag_show_print() argument 1588 pagetypeinfo_showfree_print(struct seq_file * m,pg_data_t * pgdat,struct zone * zone) pagetypeinfo_showfree_print() argument 1645 pagetypeinfo_showblockcount_print(struct seq_file * m,pg_data_t * pgdat,struct zone * zone) pagetypeinfo_showblockcount_print() argument 1752 is_zone_first_populated(pg_data_t * pgdat,struct zone * zone) is_zone_first_populated() argument 1767 zoneinfo_show_print(struct seq_file * m,pg_data_t * pgdat,struct zone * zone) zoneinfo_show_print() argument 2070 struct zone *zone; need_update() local 2331 unusable_show_print(struct seq_file * m,pg_data_t * pgdat,struct zone * zone) unusable_show_print() argument 2381 extfrag_show_print(struct seq_file * m,pg_data_t * pgdat,struct zone * zone) extfrag_show_print() argument [all...] |
| H A D | mm_init.c | 69 struct zone *zone; in mminit_verify_zonelist() local 582 unsigned long zone, int nid) in __init_single_page() 677 struct zone *zone = &pgdat->node_zones[zid]; in __init_page_from_nid() local 802 overlap_memmap_init(unsigned long zone, unsigned long *pfn) in overlap_memmap_init() 847 int zone, int node) in init_unavailable_range() 872 void __meminit memmap_init_range(unsigned long size, int nid, unsigned long zone, in memmap_init_range() 941 static void __init memmap_init_zone_range(struct zone *zone, in memmap_init_zone_range() 976 struct zone *zone = node->node_zones + j; in memmap_init() local 1108 void __ref memmap_init_zone_device(struct zone *zone, in memmap_init_zone_device() 1344 struct zone *zone = pgdat->node_zones + i; in calculate_node_totalpages() local [all …]
|
| H A D | compaction.c | 126 static void defer_compaction(struct zone *zone, int order) in defer_compaction() 141 static bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() 164 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset() 178 static bool compaction_restarting(struct zone *zone, int order) in compaction_restarting() 197 static void reset_cached_positions(struct zone *zone) in reset_cached_positions() 276 __reset_isolation_pfn(struct zone *zone, unsigned long pfn, bool check_source, in __reset_isolation_pfn() 349 static void __reset_isolation_suitable(struct zone *zone) in __reset_isolation_suitable() 407 struct zone *zone = &pgdat->node_zones[zoneid]; in reset_isolation_suitable() local 436 struct zone *zone = cc->zone; in update_cached_migrate() local 459 struct zone *zone = cc->zone; in update_pageblock_skip() local [all …]
|
| H A D | show_mem.c | 26 static inline void show_node(struct zone *zone) in show_node() argument 38 struct zone *zone; in si_mem_available() local 98 struct zone *zone = &pgdat->node_zones[zone_type]; in si_meminfo_node() local 184 struct zone *zone; show_free_areas() local 405 struct zone *zone; __show_mem() local [all...] |
| H A D | memory_hotplug.c | 434 static unsigned long find_smallest_section_pfn(int nid, struct zone *zone, in find_smallest_section_pfn() argument 455 static unsigned long find_biggest_section_pfn(int nid, struct zone *zone, in find_biggest_section_pfn() argument 479 static void shrink_zone_span(struct zone *zone, unsigne argument 522 struct zone *zone; update_pgdat_span() local 547 remove_pfn_range_from_zone(struct zone * zone,unsigned long start_pfn,unsigned long nr_pages) remove_pfn_range_from_zone() argument 703 resize_zone_range(struct zone * zone,unsigned long start_pfn,unsigned long nr_pages) resize_zone_range() argument 748 move_pfn_range_to_zone(struct zone * zone,unsigned long start_pfn,unsigned long nr_pages,struct vmem_altmap * altmap,int migratetype,bool isolate_pageblock) move_pfn_range_to_zone() argument 795 auto_movable_stats_account_zone(struct auto_movable_stats * stats,struct zone * zone) auto_movable_stats_account_zone() argument 849 struct zone *zone; auto_movable_can_online_movable() local 905 struct zone *zone = &pgdat->node_zones[zid]; default_kernel_zone_for_pfn() local 1072 struct zone *zone = page_zone(page); adjust_present_page_count() local 1091 mhp_init_memmap_on_memory(unsigned long pfn,unsigned long nr_pages,struct zone * zone) mhp_init_memmap_on_memory() argument 1145 online_pages(unsigned long pfn,unsigned long nr_pages,struct zone * zone,struct memory_group * group) online_pages() argument 1895 offline_pages(unsigned long start_pfn,unsigned long nr_pages,struct zone * zone,struct memory_group * group) offline_pages() argument [all...] |
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index.c | 78 static bool is_zone_chapter_sparse(const struct index_zone *zone, u64 virtual_chapter) in is_zone_chapter_sparse() 85 static int launch_zone_message(struct uds_zone_message message, unsigned int zone, in launch_zone_message() 110 unsigned int zone; in enqueue_barrier_messages() local 127 struct index_zone *zone; in triage_index_request() local 151 static int simulate_index_zone_barrier_message(struct index_zone *zone, in simulate_index_zone_barrier_message() 197 static int swap_open_chapter(struct index_zone *zone) in swap_open_chapter() 229 static int announce_chapter_closed(struct index_zone *zone, u64 closed_chapter) in announce_chapter_closed() 250 static int open_next_chapter(struct index_zone *zone) in open_next_chapter() 294 static int handle_chapter_closed(struct index_zone *zone, u64 virtual_chapter) in handle_chapter_closed() 305 struct index_zone *zone = request->index->zones[request->zone_number]; in dispatch_index_zone_control_request() local [all …]
|
| /linux/drivers/md/ |
| H A D | dm-zoned-metadata.c | 137 struct dm_zone *zone; member 221 static unsigned int dmz_dev_zone_id(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_dev_zone_id() 229 sector_t dmz_start_sect(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_start_sect() 236 sector_t dmz_start_block(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_start_block() 306 struct dm_zone *zone = kzalloc_obj(struct dm_zone); in dmz_insert() local 1354 struct dm_zone *zone; in dmz_init_zone() local 1425 struct dm_zone *zone; in dmz_emulate_zones() local 1452 struct dm_zone *zone = xa_load(&zmd->zones, idx); in dmz_drop_zones() local 1557 struct dm_zone *zone = data; in dmz_update_zone_cb() local 1576 static int dmz_update_zone(struct dmz_metadata *zmd, struct dm_zone *zone) in dmz_update_zone() [all …]
|
| H A D | dm-zoned-target.c | 21 struct dm_zone *zone; member 86 struct dm_zone *zone = bioctx->zone; in dmz_bio_endio() local 116 static int dmz_submit_bio(struct dmz_target *dmz, struct dm_zone *zone, in dmz_submit_bio() 169 static int dmz_handle_read(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_read() 250 struct dm_zone *zone, struct bio *bio, in dmz_handle_direct_write() 283 struct dm_zone *zone, struct bio *bio, in dmz_handle_buffered_write() 318 static int dmz_handle_write(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_write() 357 static int dmz_handle_discard(struct dmz_target *dmz, struct dm_zone *zone, in dmz_handle_discard() 401 struct dm_zone *zone; in dmz_handle_bio() local
|
| /linux/drivers/mtd/ |
| H A D | sm_ftl.c | 190 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() 205 int *zone, int *block, int *boffset) in sm_break_offset() 236 int zone, int block, int boffset, in sm_read_sector() 321 int zone, int block, int boffset, in sm_write_sector() 368 int zone, int block, int lba, in sm_write_block() 434 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) in sm_mark_block_bad() 465 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_erase_block() local 499 static int sm_check_block(struct sm_ftl *ftl, int zone, int block) in sm_check_block() 752 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_init_zone() local 880 struct ftl_zone *zone; in sm_get_zone() local [all …]
|
| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_zones.h | 19 nf_ct_zone_init(struct nf_conntrack_zone *zone, u16 id, u8 dir, u8 flags) in nf_ct_zone_init() 43 const struct nf_conntrack_zone *zone) in nf_ct_zone_add() 50 static inline bool nf_ct_zone_matches_dir(const struct nf_conntrack_zone *zone, in nf_ct_zone_matches_dir() 56 static inline u16 nf_ct_zone_id(const struct nf_conntrack_zone *zone, in nf_ct_zone_id()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | alloc.c | 250 struct mlx4_zone_entry *zone = kmalloc_obj(*zone); in mlx4_zone_add_one() local 321 struct mlx4_zone_entry *zone, *tmp; in mlx4_zone_allocator_destroy() local 336 static u32 __mlx4_alloc_from_zone(struct mlx4_zone_entry *zone, int count, in __mlx4_alloc_from_zone() 418 static void __mlx4_free_from_zone(struct mlx4_zone_entry *zone, u32 obj, in __mlx4_free_from_zone() 428 struct mlx4_zone_entry *zone; in __mlx4_find_zone_by_uid() local 440 struct mlx4_zone_entry *zone; in mlx4_zone_get_bitmap() local 456 struct mlx4_zone_entry *zone; in mlx4_zone_remove_one() local 481 struct mlx4_zone_entry *zone, *zone_candidate = NULL; in __mlx4_find_zone_by_uid_unique() local 511 struct mlx4_zone_entry *zone; in mlx4_zone_alloc_entries() local 531 struct mlx4_zone_entry *zone; in mlx4_zone_free_entries_unique() local
|
| /linux/fs/adfs/ |
| H A D | map.c | 159 static int scan_map(struct adfs_sb_info *asb, unsigned int zone, in scan_map() 202 unsigned int zone; in adfs_map_statfs() local 220 unsigned int zone, mapoff; in adfs_map_lookup() local 312 unsigned int zone, zone_size; in adfs_map_layout() local 337 unsigned int zone; in adfs_map_read() local 350 unsigned int zone; in adfs_map_relse() local
|
| /linux/drivers/block/ |
| H A D | zloop.c | 158 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_update_seq_zone() local 205 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_open_zone() local 241 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_close_zone() local 283 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_reset_zone() local 330 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_finish_zone() local 392 struct zloop_zone *zone; in zloop_rw() local 622 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_complete_rq() local 679 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_set_zone_append_sector() local 768 struct zloop_zone *zone = &zlo->zones[zone_no]; in zloop_report_zones() local 812 struct zloop_zone *zone = &zlo->zones[i]; in zloop_free_disk() local [all …]
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 406 struct mem_zone_bm_rtree *zone; member 468 static int add_rtree_block(struct mem_zone_bm_rtree *zone, gfp_t gfp_mask, in add_rtree_block() 544 struct mem_zone_bm_rtree *zone; in create_zone_bm_rtree() local 576 static void free_zone_bm_rtree(struct mem_zone_bm_rtree *zone, in free_zone_bm_rtree() 630 struct zone *zone; in create_mem_extents() local 700 struct mem_zone_bm_rtree *zone; in memory_bm_create() local 729 struct mem_zone_bm_rtree *zone; in memory_bm_free() local 751 struct mem_zone_bm_rtree *curr, *zone; in memory_bm_find_bit() local 963 static void recycle_zone_bm_rtree(struct mem_zone_bm_rtree *zone) in recycle_zone_bm_rtree() 976 struct mem_zone_bm_rtree *zone; in memory_bm_recycle() local [all …]
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_dump_flush.c | 102 uint16_t zone) in conntrack_data_insert() 146 uint32_t dst_ip, uint16_t zone) in conntrack_data_generate_v4() 180 uint16_t zone) in conntrack_data_generate_v6() 219 static int conntracK_count_zone(struct mnl_socket *sock, uint16_t zone) in conntracK_count_zone() 266 static int conntrack_flush_zone(struct mnl_socket *sock, uint16_t zone) in conntrack_flush_zone()
|