Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dget_abi.pl82 my $new_tag = lc($1);
86 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
90 $new_tag = "";
97 if ($new_tag eq "where") {
99 $new_tag = "what";
102 if ($new_tag =~ m/what/) {
114 $tag = $new_tag;
120 if ($tag ne "" && $new_tag) {
121 $tag = $new_tag;
143 $space = $new_tag . $sep . $1;
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
389 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()
390 sizeof(new_tag))) in __pop_egr()
/Linux-v5.4/drivers/target/
Dtarget_core_tpg.c424 const char *new_tag) in core_tpg_set_initiator_node_tag() argument
426 if (strlen(new_tag) >= MAX_ACL_TAG_SIZE) in core_tpg_set_initiator_node_tag()
429 if (!strncmp("NULL", new_tag, 4)) { in core_tpg_set_initiator_node_tag()
434 return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag); in core_tpg_set_initiator_node_tag()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h1297 __le16 new_tag; member