/openbmc/linux/net/ipv4/ |
H A D | cipso_ipv4.c | 1180 u32 tag_len; in cipso_v4_gentag_rbm() local 1205 tag_len = 14; in cipso_v4_gentag_rbm() 1207 tag_len = 4 + ret_val; in cipso_v4_gentag_rbm() 1209 tag_len = 4; in cipso_v4_gentag_rbm() 1212 buffer[1] = tag_len; in cipso_v4_gentag_rbm() 1215 return tag_len; in cipso_v4_gentag_rbm() 1235 u8 tag_len = tag[1]; in cipso_v4_parsetag_rbm() local 1244 if (tag_len > 4) { in cipso_v4_parsetag_rbm() 1247 tag_len - 4, in cipso_v4_parsetag_rbm() 1279 u32 tag_len; in cipso_v4_gentag_enum() local [all …]
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 35 int tag_offset, int tag_len, in check_usermem_access_fault() argument 73 if (!tag_len) in check_usermem_access_fault() 74 tag_len = len - tag_offset; in check_usermem_access_fault() 78 mte_set_tag_address_range(ptr_next, tag_len); in check_usermem_access_fault() 227 int tag_len = tag_lens[l]; in main() local 230 tag_len, t); in main() 232 t, sync, map, tag_len, offset); in main()
|
/openbmc/linux/include/net/ |
H A D | cipso_ipv4.h | 274 u8 tag_len; in cipso_v4_validate() local 291 tag_len = opt[opt_iter + 1]; in cipso_v4_validate() 292 if ((tag_len == 0) || (tag_len > (opt_len - opt_iter))) { in cipso_v4_validate() 296 opt_iter += tag_len; in cipso_v4_validate()
|
H A D | dsa.h | 1339 int tag_len = ops->needed_headroom; in dsa_tag_generic_flow_dissect() local 1341 *offset = tag_len; in dsa_tag_generic_flow_dissect() 1342 *proto = ((__be16 *)skb->data)[(tag_len / 2) - 1]; in dsa_tag_generic_flow_dissect()
|
/openbmc/linux/net/ceph/ |
H A D | cls_lock_client.c | 34 int tag_len = strlen(tag); in ceph_cls_lock() local 43 tag_len + sizeof(__le32) + in ceph_cls_lock() 65 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_lock() 199 int tag_len = strlen(tag); in ceph_cls_set_cookie() local 207 tag_len + sizeof(__le32) + in ceph_cls_set_cookie() 226 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_set_cookie() 395 int tag_len = strlen(tag); in ceph_cls_assert_locked() local 402 tag_len + sizeof(__le32) + in ceph_cls_assert_locked() 424 ceph_encode_string(&p, end, tag, tag_len); in ceph_cls_assert_locked()
|
/openbmc/linux/net/9p/ |
H A D | trans_virtio.c | 571 int tag_len; in p9_mount_tag_show() local 575 tag_len = strlen(chan->tag); in p9_mount_tag_show() 577 memcpy(buf, chan->tag, tag_len + 1); in p9_mount_tag_show() 579 return tag_len + 1; in p9_mount_tag_show() 594 __u16 tag_len; in p9_virtio_probe() local 627 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe() 632 tag = kzalloc(tag_len + 1, GFP_KERNEL); in p9_virtio_probe() 639 tag, tag_len); in p9_virtio_probe()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.c | 39 u16 tag_len, in htt_print_stats_string_tlv() argument 48 tag_len = tag_len >> 2; in htt_print_stats_string_tlv() 54 for (i = 0; i < tag_len; i++) { in htt_print_stats_string_tlv() 190 u16 tag_len, in htt_print_tx_pdev_stats_urrn_tlv_v() argument 197 u16 num_elems = min_t(u16, (tag_len >> 2), HTT_TX_PDEV_MAX_URRN_STATS); in htt_print_tx_pdev_stats_urrn_tlv_v() 214 u16 tag_len, in htt_print_tx_pdev_stats_flush_tlv_v() argument 221 u16 num_elems = min_t(u16, (tag_len >> 2), HTT_TX_PDEV_MAX_FLUSH_REASON_STATS); in htt_print_tx_pdev_stats_flush_tlv_v() 238 u16 tag_len, in htt_print_tx_pdev_stats_sifs_tlv_v() argument 245 u16 num_elems = min_t(u16, (tag_len >> 2), HTT_TX_PDEV_MAX_SIFS_BURST_STATS); in htt_print_tx_pdev_stats_sifs_tlv_v() 262 u16 tag_len, in htt_print_tx_pdev_stats_phy_err_tlv_v() argument [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btqca.c | 332 u16 tag_id, tag_len; in qca_tlv_check_data() local 437 tag_len = le16_to_cpu(tlv_nvm->tag_len); in qca_tlv_check_data() 439 if (length < idx + sizeof(struct tlv_type_nvm) + tag_len) in qca_tlv_check_data() 445 if (tag_len != sizeof(bdaddr_t)) in qca_tlv_check_data() 453 if (tag_len < 3) in qca_tlv_check_data() 471 if (tag_len < 1) in qca_tlv_check_data() 482 idx += sizeof(struct tlv_type_nvm) + tag_len; in qca_tlv_check_data()
|
H A D | btqca.h | 133 __le16 tag_len; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_9p.h | 39 __virtio16 tag_len; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_9p.h | 39 __virtio16 tag_len; member
|
H A D | if_pppox.h | 124 __be16 tag_len; member
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 457 tag_len = len(opening_tag) 458 if len(self.queue) < tag_len + 4: 461 header = self.queue[tag_len:tag_len + 4] 464 if len(self.queue) < tag_len * 2 + 1 + payload_len: 471 func(self.queue[(tag_len + 4):index])
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-9p-test.c | 37 size_t tag_len = qvirtio_config_readw(v9p->vdev, 0); in pci_config() local 41 g_assert_cmpint(tag_len, ==, strlen(MOUNT_TAG)); in pci_config() 43 tag = g_malloc(tag_len); in pci_config() 44 for (i = 0; i < tag_len; i++) { in pci_config() 47 g_assert_cmpmem(tag, tag_len, MOUNT_TAG, tag_len); in pci_config()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | strobemeta.h | 155 int16_t tag_len; member 397 descr->tag_len = 0; /* presume no tag is set */ in read_map_var() 417 descr->tag_len = len; in read_map_var()
|
/openbmc/linux/fs/smb/server/ |
H A D | oplock.h | 124 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
|
H A D | oplock.c | 1539 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len) in smb2_find_context_vals() argument 1578 if (name_len == tag_len && !memcmp(name, tag, name_len)) in smb2_find_context_vals()
|
/openbmc/qemu/hw/9pfs/ |
H A D | virtio-9p-device.c | 106 virtio_stw_p(vdev, &cfg->tag_len, len); in virtio_9p_get_config()
|
/openbmc/linux/drivers/md/ |
H A D | dm-crypt.c | 1155 unsigned int tag_len; in dm_crypt_integrity_io_alloc() local 1165 tag_len = io->cc->on_disk_tag_size * (bio_sectors(bio) >> io->cc->sector_shift); in dm_crypt_integrity_io_alloc() 1170 tag_len, offset_in_page(io->integrity_metadata)); in dm_crypt_integrity_io_alloc() 1171 if (unlikely(ret != tag_len)) in dm_crypt_integrity_io_alloc() 3480 unsigned int tag_len = cc->on_disk_tag_size * (bio_sectors(bio) >> cc->sector_shift); in crypt_map() local 3482 if (unlikely(tag_len > KMALLOC_MAX_SIZE)) in crypt_map() 3485 …io->integrity_metadata = kmalloc(tag_len, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWA… in crypt_map()
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 74 u8 tag_len; member 1083 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in wilc_wfi_p2p_rx() 1239 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in mgmt_tx()
|