Searched refs:zone_id (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c44 u16 zone_id = NF_CT_DEFAULT_ZONE_ID; local
50 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo));
54 return IP_DEFRAG_CONNTRACK_BRIDGE_IN + zone_id;
57 return IP_DEFRAG_CONNTRACK_IN + zone_id;
59 return IP_DEFRAG_CONNTRACK_OUT + zone_id;
/linux-master/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c34 u16 zone_id = NF_CT_DEFAULT_ZONE_ID; local
40 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo));
44 return IP6_DEFRAG_CONNTRACK_BRIDGE_IN + zone_id;
47 return IP6_DEFRAG_CONNTRACK_IN + zone_id;
49 return IP6_DEFRAG_CONNTRACK_OUT + zone_id;
/linux-master/drivers/scsi/
H A Dscsi_trace.c266 u64 zone_id; local
279 zone_id = get_unaligned_be64(&cdb[2]);
284 cmd, (unsigned long long)zone_id, alloc_len,
297 u64 zone_id; local
317 zone_id = get_unaligned_be64(&cdb[2]);
320 (unsigned long long)zone_id, cdb[14] & 1);
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c148 u16 zone_id = NF_CT_DEFAULT_ZONE_ID; local
159 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo));
164 IP_DEFRAG_CONNTRACK_BRIDGE_IN + zone_id);
179 u16 zone_id = NF_CT_DEFAULT_ZONE_ID; local
187 zone_id = nf_ct_zone_id(nf_ct_zone(ct), CTINFO2DIR(ctinfo));
192 IP_DEFRAG_CONNTRACK_BRIDGE_IN + zone_id);
/linux-master/drivers/md/dm-vdo/
H A Drecovery-journal.h291 zone_count_t zone_id);
296 zone_count_t zone_id);
H A Drecovery-journal.c81 * @zone_id: The zone index whose count is desired.
87 zone_count_t zone_id)
90 block_count_t zone_counter = (counter->locks * zone_id) + lock_number;
133 * @zone_id: The ID of the zone making the adjustment.
141 zone_count_t zone_id)
151 current_value = get_counter(journal, lock_number, zone_type, zone_id);
1554 * @zone_id: The ID of the zone making the adjustment.
1559 zone_count_t zone_id)
1571 current_value = get_counter(journal, lock_number, zone_type, zone_id);
85 get_counter(struct recovery_journal *journal, block_count_t lock_number, enum vdo_zone_type zone_type, zone_count_t zone_id) argument
138 vdo_release_recovery_journal_block_reference(struct recovery_journal *journal, sequence_number_t sequence_number, enum vdo_zone_type zone_type, zone_count_t zone_id) argument
1556 vdo_acquire_recovery_journal_block_reference(struct recovery_journal *journal, sequence_number_t sequence_number, enum vdo_zone_type zone_type, zone_count_t zone_id) argument
/linux-master/net/openvswitch/
H A Dconntrack.c1629 static bool check_zone_id(int zone_id, u16 *pzone) argument
1631 if (zone_id >= 0 && zone_id <= 65535) {
1632 *pzone = (u16)zone_id;
1649 if (unlikely(zone_limit->zone_id ==
1655 zone_limit->zone_id, &zone))) {
1694 if (unlikely(zone_limit->zone_id ==
1700 zone_limit->zone_id, &zone))) {
1722 .zone_id = OVS_ZONE_LIMIT_DEFAULT_ZONE,
1731 u16 zone_id, u3
1729 __ovs_ct_limit_get_zone_limit(struct net *net, struct nf_conncount_data *data, u16 zone_id, u32 limit, struct sk_buff *reply) argument
[all...]
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c231 unsigned int zone_id = dmz_dev_zone_id(zmd, zone); local
233 return (sector_t)zone_id << zmd->zone_nr_sectors_shift;
238 unsigned int zone_id = dmz_dev_zone_id(zmd, zone); local
240 return (sector_t)zone_id << zmd->zone_nr_blocks_shift;
303 static struct dm_zone *dmz_get(struct dmz_metadata *zmd, unsigned int zone_id) argument
305 return xa_load(&zmd->zones, zone_id);
309 unsigned int zone_id, struct dmz_dev *dev)
316 if (xa_insert(&zmd->zones, zone_id, zone, GFP_KERNEL)) {
323 zone->id = zone_id;
1116 unsigned int zone_id local
308 dmz_insert(struct dmz_metadata *zmd, unsigned int zone_id, struct dmz_dev *dev) argument
1254 unsigned int zone_id = local
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c807 unsigned int rid, zone_id = nf_ct_zone_id(zone, IP_CT_DIR_ORIGINAL); local
813 hash_conntrack_raw(tuple, zone_id, net));
819 if (rid != zone_id)
1819 u32 hash, zone_id, rid; local
1830 zone_id = nf_ct_zone_id(zone, IP_CT_DIR_ORIGINAL);
1831 hash = hash_conntrack_raw(&tuple, zone_id, state->net);
1836 if (zone_id != rid) {
2612 unsigned int zone_id; local
2619 zone_id = nf_ct_zone_id(nf_ct_zone(ct), NF_CT_DIRECTION(h));
2621 &h->tuple, zone_id, hashsiz
[all...]
/linux-master/mm/
H A Dmm_init.c917 int nid = zone_to_nid(zone), zone_id = zone_idx(zone); local
925 memmap_init_range(end_pfn - start_pfn, nid, zone_id, start_pfn,
929 init_unavailable_range(*hole_pfn, start_pfn, zone_id, nid);
938 int i, j, zone_id = 0, nid; local
951 zone_id = j;
962 * silence the compiler warining about zone_id set but not used;
968 init_unavailable_range(hole_pfn, end_pfn, zone_id, nid);
/linux-master/include/uapi/linux/
H A Dopenvswitch.h1094 int zone_id; member in struct:ovs_zone_limit

Completed in 216 milliseconds