Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_cls.h472 TCA_FLOWER_KEY_IP_TTL_MASK, /* u8 */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h555 TCA_FLOWER_KEY_IP_TTL_MASK, /* u8 */ enumerator
/openbmc/linux/net/sched/
H A Dcls_flower.c701 [TCA_FLOWER_KEY_IP_TTL_MASK] = { .type = NLA_U8 },
1183 int ttl_mask = encap ? TCA_FLOWER_KEY_ENC_IP_TTL_MASK : TCA_FLOWER_KEY_IP_TTL_MASK; in fl_set_key_ip()
2931 int ttl_mask = encap ? TCA_FLOWER_KEY_ENC_IP_TTL_MASK : TCA_FLOWER_KEY_IP_TTL_MASK; in fl_dump_key_ip()