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

/linux-master/include/uapi/linux/
H A Dfib_rules.h57 FRA_TUN_ID, enumerator in enum:__anon12786
/linux-master/net/core/
H A Dfib_rules.c593 if (tb[FRA_TUN_ID])
594 nlrule->tun_id = nla_get_be64(tb[FRA_TUN_ID]);
758 [FRA_TUN_ID] = { .type = NLA_U64 },
993 + nla_total_size_64bit(8) /* FRA_TUN_ID */
1059 nla_put_be64(skb, FRA_TUN_ID, rule->tun_id, FRA_PAD)) ||

Completed in 227 milliseconds