Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dfib6_rules.c398 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()
/linux-6.15/include/uapi/linux/
H A Dfib_rules.h71 FRA_FLOWLABEL, /* flowlabel */ enumerator
/linux-6.15/net/ipv4/
H A Dfib_rules.c278 if (tb[FRA_FLOWLABEL] || tb[FRA_FLOWLABEL_MASK]) { in fib4_rule_configure()
/linux-6.15/net/core/
H A Dfib_rules.c866 [FRA_FLOWLABEL] = { .type = NLA_BE32 },