Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/scripts/lib/abi/
H A Dabi_parser.py98 new_tag = False
109 new_tag = match.group(1)
114 new_tag = False
118 if new_tag:
120 if new_tag == "where":
122 new_tag = "what"
124 if new_tag == "what":
170 fdata.tag = new_tag
180 if fdata.tag and new_tag:
181 fdata.tag = new_tag
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c365 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
391 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()
392 sizeof(new_tag))) in __pop_egr()
/linux-6.15/drivers/target/
H A Dtarget_core_tpg.c422 const char *new_tag) in core_tpg_set_initiator_node_tag() argument
424 if (strlen(new_tag) >= MAX_ACL_TAG_SIZE) in core_tpg_set_initiator_node_tag()
427 if (!strncmp("NULL", new_tag, 4)) { in core_tpg_set_initiator_node_tag()
432 return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag); in core_tpg_set_initiator_node_tag()
/linux-6.15/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c353 int i, new_tag; in compare_memory_tags() local
356 new_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in compare_memory_tags()
357 if (tag != new_tag) { in compare_memory_tags()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1060 __le16 new_tag; member