Home
last modified time | relevance | path

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

/external/iproute2/tc/
Df_flower.c520 __u8 tos_ttl; in flower_parse_ip_tos_ttl() local
526 ret = get_u8(&tos_ttl, str, 10); in flower_parse_ip_tos_ttl()
528 ret = get_u8(&tos_ttl, str, 16); in flower_parse_ip_tos_ttl()
532 addattr8(n, MAX_MSG, key_type, tos_ttl); in flower_parse_ip_tos_ttl()
535 ret = get_u8(&tos_ttl, slash + 1, 16); in flower_parse_ip_tos_ttl()
539 tos_ttl = 0xff; in flower_parse_ip_tos_ttl()
541 addattr8(n, MAX_MSG, mask_type, tos_ttl); in flower_parse_ip_tos_ttl()