Home
last modified time | relevance | path

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

/linux/scripts/
H A Dget_abi.pl129 my $new_tag = lc($1);
133 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
137 $new_tag = "";
144 if ($new_tag eq "where") {
146 $new_tag = "what";
149 if ($new_tag =~ m/what/) {
171 $tag = $new_tag;
177 if ($tag ne "" && $new_tag) {
178 $tag = $new_tag;
207 if ($new_tag eq "description") {
[all …]
/linux/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/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/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1060 __le16 new_tag; member