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

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

Completed in 120 milliseconds