Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dfib6_rules.c399 NL_REQ_ATTR_CHECK(extack, NULL, tb, FRA_FLOWLABEL_MASK)) in fib6_nl2rule_flowlabel()
403 flowlabel_mask = nla_get_be32(tb[FRA_FLOWLABEL_MASK]); in fib6_nl2rule_flowlabel()
406 NL_SET_ERR_MSG_ATTR(extack, tb[FRA_FLOWLABEL_MASK], in fib6_nl2rule_flowlabel()
446 if ((tb[FRA_FLOWLABEL] || tb[FRA_FLOWLABEL_MASK]) && in fib6_rule_configure()
527 if (tb[FRA_FLOWLABEL_MASK] && in fib6_rule_compare()
528 nla_get_be32(tb[FRA_FLOWLABEL_MASK]) != rule6->flowlabel_mask) in fib6_rule_compare()
563 nla_put_be32(skb, FRA_FLOWLABEL_MASK, rule6->flowlabel_mask))) in fib6_rule_fill()
/linux/include/uapi/linux/
H A Dfib_rules.h72 FRA_FLOWLABEL_MASK, /* flowlabel mask */ enumerator
/linux/net/ipv4/
H A Dfib_rules.c278 if (tb[FRA_FLOWLABEL] || tb[FRA_FLOWLABEL_MASK]) { in fib4_rule_configure()
/linux/net/core/
H A Dfib_rules.c867 [FRA_FLOWLABEL_MASK] = { .type = NLA_BE32 },