new_tag          1297 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h 	__le16	new_tag;
new_tag           424 drivers/target/target_core_tpg.c 	const char *new_tag)
new_tag           426 drivers/target/target_core_tpg.c 	if (strlen(new_tag) >= MAX_ACL_TAG_SIZE)
new_tag           429 drivers/target/target_core_tpg.c 	if (!strncmp("NULL", new_tag, 4)) {
new_tag           434 drivers/target/target_core_tpg.c 	return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag);
new_tag           363 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	uint16_t new_tag = bpf_htons(2442);
new_tag           389 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag,
new_tag           390 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 				     sizeof(new_tag)))