Searched refs:new_tag (Results 1 – 4 of 4) sorted by relevance
82 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;
363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local389 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()390 sizeof(new_tag))) in __pop_egr()
424 const char *new_tag) in core_tpg_set_initiator_node_tag() argument426 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()
1297 __le16 new_tag; member