| /Linux-v5.15/net/ipv4/ | 
| D | cipso_ipv4.c | 1179 	u32 tag_len;  in cipso_v4_gentag_rbm()  local 1203 			tag_len = 14;  in cipso_v4_gentag_rbm() 1205 			tag_len = 4 + ret_val;  in cipso_v4_gentag_rbm() 1207 		tag_len = 4;  in cipso_v4_gentag_rbm() 1210 	buffer[1] = tag_len;  in cipso_v4_gentag_rbm() 1213 	return tag_len;  in cipso_v4_gentag_rbm() 1233 	u8 tag_len = tag[1];  in cipso_v4_parsetag_rbm()  local 1242 	if (tag_len > 4) {  in cipso_v4_parsetag_rbm() 1245 						    tag_len - 4,  in cipso_v4_parsetag_rbm() 1277 	u32 tag_len;  in cipso_v4_gentag_enum()  local [all …] 
 | 
| /Linux-v5.15/include/net/ | 
| 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()
  | 
| D | dsa.h | 1012 	int tag_len = ops->needed_headroom;  in dsa_tag_generic_flow_dissect()  local 1014 	*offset = tag_len;  in dsa_tag_generic_flow_dissect() 1015 	*proto = ((__be16 *)skb->data)[(tag_len / 2) - 1];  in dsa_tag_generic_flow_dissect()
  | 
| /Linux-v5.15/net/ceph/ | 
| 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()
  | 
| /Linux-v5.15/net/9p/ | 
| D | trans_virtio.c | 536 	int tag_len;  in p9_mount_tag_show()  local 540 	tag_len = strlen(chan->tag);  in p9_mount_tag_show() 542 	memcpy(buf, chan->tag, tag_len + 1);  in p9_mount_tag_show() 544 	return tag_len + 1;  in p9_mount_tag_show() 559 	__u16 tag_len;  in p9_virtio_probe()  local 592 		virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len);  in p9_virtio_probe() 597 	tag = kzalloc(tag_len + 1, GFP_KERNEL);  in p9_virtio_probe() 604 			   tag, tag_len);  in p9_virtio_probe()
  | 
| /Linux-v5.15/drivers/net/wireless/ath/ath11k/ | 
| D | debugfs_htt_stats.c | 33 					      u16 tag_len,  in htt_print_stats_string_tlv()  argument 44 	tag_len = tag_len >> 2;  in htt_print_stats_string_tlv() 48 	for (i = 0; i < tag_len; i++) {  in htt_print_stats_string_tlv() 186 				   u16 tag_len,  in htt_print_tx_pdev_stats_urrn_tlv_v()  argument 194 	u16 num_elems = min_t(u16, (tag_len >> 2), HTT_TX_PDEV_MAX_URRN_STATS);  in htt_print_tx_pdev_stats_urrn_tlv_v() 211 				    u16 tag_len,  in htt_print_tx_pdev_stats_flush_tlv_v()  argument 219 	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() 236 				   u16 tag_len,  in htt_print_tx_pdev_stats_sifs_tlv_v()  argument 244 	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 …] 
 | 
| /Linux-v5.15/include/uapi/linux/ | 
| D | virtio_9p.h | 39 	__virtio16 tag_len;  member
  | 
| D | if_pppox.h | 124 	__be16 tag_len;  member
  | 
| /Linux-v5.15/tools/testing/selftests/bpf/progs/ | 
| D | strobemeta.h | 153 	int16_t tag_len;  member 396 	descr->tag_len = 0; /* presume no tag is set */  in read_map_var() 416 		descr->tag_len = len;  in read_map_var()
  | 
| /Linux-v5.15/drivers/bluetooth/ | 
| D | btqca.c | 191 	u16 tag_id, tag_len;  in qca_tlv_check_data()  local 264 			tag_len = le16_to_cpu(tlv_nvm->tag_len);  in qca_tlv_check_data() 292 			idx += (sizeof(u16) + sizeof(u16) + 8 + tag_len);  in qca_tlv_check_data()
  | 
| D | btqca.h | 128 	__le16 tag_len;  member
  | 
| /Linux-v5.15/drivers/staging/r8188eu/core/ | 
| D | rtw_br_ext.c | 73 	data_len = tag->tag_len + TAG_HDR_LEN;  in __nat25_add_pppoe_tag() 495 							old_tag_len = ntohs(pOldTag->tag_len);  in nat25_db_handle() 512 						tag->tag_len = htons(MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN+old_tag_len);  in nat25_db_handle()
  | 
| /Linux-v5.15/drivers/md/ | 
| D | dm-crypt.c | 1138 	unsigned int tag_len;  in dm_crypt_integrity_io_alloc()  local 1148 	tag_len = io->cc->on_disk_tag_size * (bio_sectors(bio) >> io->cc->sector_shift);  in dm_crypt_integrity_io_alloc() 1150 	bip->bip_iter.bi_size = tag_len;  in dm_crypt_integrity_io_alloc() 1154 				     tag_len, offset_in_page(io->integrity_metadata));  in dm_crypt_integrity_io_alloc() 1155 	if (unlikely(ret != tag_len))  in dm_crypt_integrity_io_alloc() 3412 		unsigned tag_len = cc->on_disk_tag_size * (bio_sectors(bio) >> cc->sector_shift);  in crypt_map()  local 3414 		if (unlikely(tag_len > KMALLOC_MAX_SIZE) ||  in crypt_map() 3415 		    unlikely(!(io->integrity_metadata = kmalloc(tag_len,  in crypt_map()
  | 
| /Linux-v5.15/drivers/net/wireless/microchip/wilc1000/ | 
| D | cfg80211.c | 72 	u8 tag_len;  member 1032 	wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch);  in wilc_wfi_p2p_rx() 1182 	wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch);  in mgmt_tx()
  |