Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_cls.h408 TCA_FLOWER_FLAGS, enumerator
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h491 TCA_FLOWER_FLAGS, enumerator
/openbmc/linux/net/sched/
H A Dcls_flower.c723 [TCA_FLOWER_FLAGS] = { .type = NLA_U32 },
2279 if (tb[TCA_FLOWER_FLAGS]) { in fl_change()
2280 fnew->flags = nla_get_u32(tb[TCA_FLOWER_FLAGS]); in fl_change()
3523 if (f->flags && nla_put_u32(skb, TCA_FLOWER_FLAGS, f->flags)) in fl_dump()
3571 if (f->flags && nla_put_u32(skb, TCA_FLOWER_FLAGS, f->flags)) in fl_terse_dump()