Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfib_rules.h57 FRA_TUN_ID, enumerator
/openbmc/linux/net/core/
H A Dfib_rules.c594 if (tb[FRA_TUN_ID]) in fib_nl2rule()
595 nlrule->tun_id = nla_get_be64(tb[FRA_TUN_ID]); in fib_nl2rule()
760 [FRA_TUN_ID] = { .type = NLA_U64 },
1061 nla_put_be64(skb, FRA_TUN_ID, rule->tun_id, FRA_PAD)) || in fib_nl_fill_rule()