Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dfib_rules.c267 if (tb[FRA_FLOW]) { in fib4_rule_configure()
268 rule4->tclassid = nla_get_u32(tb[FRA_FLOW]); in fib4_rule_configure()
327 if (tb[FRA_FLOW] && (rule4->tclassid != nla_get_u32(tb[FRA_FLOW]))) in fib4_rule_compare()
356 nla_put_u32(skb, FRA_FLOW, rule4->tclassid)) in fib4_rule_fill()
/openbmc/linux/include/uapi/linux/
H A Dfib_rules.h56 FRA_FLOW, /* flow/class id */ enumerator
/openbmc/linux/net/core/
H A Dfib_rules.c759 [FRA_FLOW] = { .type = NLA_U32 },