Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dfib_rules.c163 [FRA_FLOW] = { .type = NLA_U32 },
203 if (tb[FRA_FLOW]) { in fib4_rule_configure()
204 rule4->tclassid = nla_get_u32(tb[FRA_FLOW]); in fib4_rule_configure()
259 if (tb[FRA_FLOW] && (rule4->tclassid != nla_get_u32(tb[FRA_FLOW]))) in fib4_rule_compare()
288 nla_put_u32(skb, FRA_FLOW, rule4->tclassid)) in fib4_rule_fill()
/linux-4.1.27/include/uapi/linux/
Dfib_rules.h45 FRA_FLOW, /* flow/class id */ enumerator