Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_cls.h387 TCA_FLOWER_INDEV, enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h470 TCA_FLOWER_INDEV, enumerator
/openbmc/linux/net/sched/
H A Dcls_flower.c627 [TCA_FLOWER_INDEV] = { .type = NLA_STRING,
1758 if (tb[TCA_FLOWER_INDEV]) { in fl_set_key()
1759 int err = tcf_change_indev(net, tb[TCA_FLOWER_INDEV], extack); in fl_set_key()
3256 if (dev && nla_put_string(skb, TCA_FLOWER_INDEV, dev->name)) in fl_dump_key()