Searched refs:tos_key (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/net/sched/ | 
| D | cls_flower.c | 1180 	int tos_key = encap ? TCA_FLOWER_KEY_ENC_IP_TOS : TCA_FLOWER_KEY_IP_TOS;  in fl_set_key_ip()  local1185 	fl_set_key_val(tb, &key->tos, tos_key, &mask->tos, tos_mask, sizeof(key->tos));  in fl_set_key_ip()
 2903 	int tos_key = encap ? TCA_FLOWER_KEY_ENC_IP_TOS : TCA_FLOWER_KEY_IP_TOS;  in fl_dump_key_ip()  local
 2908 	if (fl_dump_key_val(skb, &key->tos, tos_key, &mask->tos, tos_mask, sizeof(key->tos)) ||  in fl_dump_key_ip()
 
 |