Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dfib_rules.h57 FRA_TUN_ID, enumerator
/linux-6.1.9/net/core/
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()