Home
last modified time | relevance | path

Searched refs:tag_len (Results 1 – 17 of 17) sorted by relevance

/linux/net/ipv4/
A Dcipso_ipv4.c1177 u32 tag_len; in cipso_v4_gentag_rbm() local
1202 tag_len = 14; in cipso_v4_gentag_rbm()
1206 tag_len = 4; in cipso_v4_gentag_rbm()
1212 return tag_len; in cipso_v4_gentag_rbm()
1276 u32 tag_len; in cipso_v4_gentag_enum() local
1298 tag_len = 4; in cipso_v4_gentag_enum()
1304 return tag_len; in cipso_v4_gentag_enum()
1367 u32 tag_len; in cipso_v4_gentag_rng() local
1389 tag_len = 4; in cipso_v4_gentag_rng()
1395 return tag_len; in cipso_v4_gentag_rng()
[all …]
/linux/tools/testing/selftests/arm64/mte/
A Dcheck_user_mem.c35 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()
/linux/drivers/net/wireless/ath/ath12k/
A Ddebugfs_htt_stats.c195 u16 tag_len, in htt_print_tx_pdev_stats_urrn_tlv() argument
216 u16 tag_len, in htt_print_tx_pdev_stats_flush_tlv() argument
237 u16 tag_len, in htt_print_tx_pdev_stats_sifs_tlv() argument
349 u16 tag_len, in htt_print_tx_pdev_stats_sifs_hist_tlv() argument
391 u16 tag_len, in ath12k_htt_print_stats_tx_sched_cmn_tlv() argument
416 u16 tag_len, in ath12k_htt_print_tx_pdev_stats_sched_per_txq_tlv() argument
502 u16 tag_len, in ath12k_htt_print_sched_txq_cmd_posted_tlv() argument
520 u16 tag_len, in ath12k_htt_print_sched_txq_cmd_reaped_tlv() argument
538 u16 tag_len, in ath12k_htt_print_sched_txq_sched_order_su_tlv() argument
559 u16 tag_len, in ath12k_htt_print_sched_txq_sched_ineligibility_tlv() argument
[all …]
/linux/include/net/
A Dcipso_ipv4.h276 u8 tag_len; in cipso_v4_validate() local
293 tag_len = opt[opt_iter + 1]; in cipso_v4_validate()
294 if ((tag_len == 0) || (tag_len > (opt_len - opt_iter))) { in cipso_v4_validate()
298 opt_iter += tag_len; in cipso_v4_validate()
A Ddsa.h1364 int tag_len = ops->needed_headroom; in dsa_tag_generic_flow_dissect() local
1366 *offset = tag_len; in dsa_tag_generic_flow_dissect()
1367 *proto = ((__be16 *)skb->data)[(tag_len / 2) - 1]; in dsa_tag_generic_flow_dissect()
/linux/net/ceph/
A Dcls_lock_client.c34 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()
/linux/net/9p/
A Dtrans_virtio.c571 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()
/linux/drivers/bluetooth/
A Dbtqca.c282 u16 tag_id, tag_len; in qca_tlv_check_data() local
387 tag_len = le16_to_cpu(tlv_nvm->tag_len); in qca_tlv_check_data()
389 if (length < idx + sizeof(struct tlv_type_nvm) + tag_len) in qca_tlv_check_data()
395 if (tag_len != sizeof(bdaddr_t)) in qca_tlv_check_data()
403 if (tag_len < 3) in qca_tlv_check_data()
421 if (tag_len < 1) in qca_tlv_check_data()
432 idx += sizeof(struct tlv_type_nvm) + tag_len; in qca_tlv_check_data()
A Dbtqca.h133 __le16 tag_len; member
/linux/drivers/net/wireless/ath/ath11k/
A Ddebugfs_htt_stats.c39 u16 tag_len, in htt_print_stats_string_tlv() argument
48 tag_len = tag_len >> 2; in htt_print_stats_string_tlv()
190 u16 tag_len, in htt_print_tx_pdev_stats_urrn_tlv_v() argument
214 u16 tag_len, in htt_print_tx_pdev_stats_flush_tlv_v() argument
238 u16 tag_len, in htt_print_tx_pdev_stats_sifs_tlv_v() argument
286 u16 tag_len, in htt_print_tx_pdev_stats_sifs_hist_tlv_v() argument
346 u16 tag_len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() argument
1061 u16 tag_len, in htt_print_tx_hwq_cmd_result_stats_tlv_v() argument
1114 u16 tag_len, in htt_print_tx_hwq_fes_result_stats_tlv_v() argument
1770 u16 tag_len, in htt_print_sched_txq_sched_order_su_tlv_v() argument
[all …]
/linux/include/uapi/linux/
A Dvirtio_9p.h39 __virtio16 tag_len; member
A Dif_pppox.h124 __be16 tag_len; member
/linux/tools/testing/selftests/bpf/progs/
A Dstrobemeta.h157 int16_t tag_len; member
399 descr->tag_len = 0; /* presume no tag is set */ in read_map_var()
419 descr->tag_len = len; in read_map_var()
/linux/fs/smb/server/
A Doplock.h117 struct create_context *smb2_find_context_vals(void *open_req, const char *tag, int tag_len);
A Doplock.c1539 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()
/linux/drivers/md/
A Ddm-crypt.c1178 unsigned int tag_len; in dm_crypt_integrity_io_alloc() local
1188 tag_len = io->cc->tuple_size * (bio_sectors(bio) >> io->cc->sector_shift); in dm_crypt_integrity_io_alloc()
1193 tag_len, offset_in_page(io->integrity_metadata)); in dm_crypt_integrity_io_alloc()
1194 if (unlikely(ret != tag_len)) in dm_crypt_integrity_io_alloc()
3545 unsigned int tag_len = cc->tuple_size * (bio_sectors(bio) >> cc->sector_shift); in crypt_map() local
3547 if (unlikely(tag_len > KMALLOC_MAX_SIZE)) in crypt_map()
3550 …io->integrity_metadata = kmalloc(tag_len, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWA… in crypt_map()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dcfg80211.c74 u8 tag_len; member
1079 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in wilc_wfi_p2p_rx()
1233 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in mgmt_tx()

Completed in 58 milliseconds