Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpkt_cls.h669 TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH, enumerator
/linux/net/sched/
H A Dcls_flower.c799 [TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH] = { .type = NLA_U8 },
908 if (!tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH]) { in fl_set_key_mpls_lse()
913 depth = nla_get_u8(tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH]); in fl_set_key_mpls_lse()
920 tb[TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH], in fl_set_key_mpls_lse()
2933 err = nla_put_u8(skb, TCA_FLOWER_KEY_MPLS_OPT_LSE_DEPTH, in fl_dump_key_mpls_opt_lse()