Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dcls_flower.c976 static int fl_set_key_mpls_opts(const struct nlattr *nla_mpls_opts, in fl_set_key_mpls_opts() argument
985 if (!(nla_mpls_opts->nla_type & NLA_F_NESTED)) { in fl_set_key_mpls_opts()
986 NL_SET_ERR_MSG_ATTR(extack, nla_mpls_opts, in fl_set_key_mpls_opts()
991 nla_for_each_nested(nla_lse, nla_mpls_opts, rem) { in fl_set_key_mpls_opts()