Home
last modified time | relevance | path

Searched refs:FRA_PROTOCOL (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dfib_rules.h66 FRA_PROTOCOL, /* Originator of the rule */ enumerator
/linux-6.15/net/core/
H A Dfib_rules.c609 nlrule->proto = nla_get_u8_default(tb[FRA_PROTOCOL], RTPROT_UNSPEC); in fib_nl2rule()
861 [FRA_PROTOCOL] = { .type = NLA_U8 },
1169 if (nla_put_u8(skb, FRA_PROTOCOL, rule->proto)) in fib_nl_fill_rule()
/linux-6.15/drivers/net/
H A Dvrf.c1530 if (nla_put_u8(skb, FRA_PROTOCOL, RTPROT_KERNEL)) in vrf_fib_rule()