Searched refs:FRA_FLOWLABEL (Results 1 – 4 of 4) sorted by relevance
398 if (NL_REQ_ATTR_CHECK(extack, NULL, tb, FRA_FLOWLABEL) || in fib6_nl2rule_flowlabel()402 flowlabel = nla_get_be32(tb[FRA_FLOWLABEL]); in fib6_nl2rule_flowlabel()446 if ((tb[FRA_FLOWLABEL] || tb[FRA_FLOWLABEL_MASK]) && in fib6_rule_configure()523 if (tb[FRA_FLOWLABEL] && in fib6_rule_compare()524 nla_get_be32(tb[FRA_FLOWLABEL]) != rule6->flowlabel) in fib6_rule_compare()562 (nla_put_be32(skb, FRA_FLOWLABEL, rule6->flowlabel) || in fib6_rule_fill()
71 FRA_FLOWLABEL, /* flowlabel */ enumerator
278 if (tb[FRA_FLOWLABEL] || tb[FRA_FLOWLABEL_MASK]) { in fib4_rule_configure()
866 [FRA_FLOWLABEL] = { .type = NLA_BE32 },