Searched refs:nla_mpls_opts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_flower.c | 896 static int fl_set_key_mpls_opts(const struct nlattr *nla_mpls_opts, in fl_set_key_mpls_opts() argument 905 if (!(nla_mpls_opts->nla_type & NLA_F_NESTED)) { in fl_set_key_mpls_opts() 906 NL_SET_ERR_MSG_ATTR(extack, nla_mpls_opts, in fl_set_key_mpls_opts() 911 nla_for_each_nested(nla_lse, nla_mpls_opts, rem) { in fl_set_key_mpls_opts()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_flower.c | 952 static int fl_set_key_mpls_opts(const struct nlattr *nla_mpls_opts, in fl_set_key_mpls_opts() argument 961 if (!(nla_mpls_opts->nla_type & NLA_F_NESTED)) { in fl_set_key_mpls_opts() 962 NL_SET_ERR_MSG_ATTR(extack, nla_mpls_opts, in fl_set_key_mpls_opts() 967 nla_for_each_nested(nla_lse, nla_mpls_opts, rem) { in fl_set_key_mpls_opts()
|
Completed in 8 milliseconds