Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_cls.h361 TCA_FLOWER_FLAGS, enumerator
/linux/include/uapi/linux/
H A Dpkt_cls.h444 TCA_FLOWER_FLAGS, enumerator
/linux/net/sched/
H A Dcls_flower.c724 [TCA_FLOWER_FLAGS] = { .type = NLA_U32 },
2356 if (tb[TCA_FLOWER_FLAGS]) { in fl_change()
2357 fnew->flags = nla_get_u32(tb[TCA_FLOWER_FLAGS]); in fl_change()
3631 if (f->flags && nla_put_u32(skb, TCA_FLOWER_FLAGS, f->flags)) in fl_dump()
3679 if (f->flags && nla_put_u32(skb, TCA_FLOWER_FLAGS, f->flags)) in fl_terse_dump()