Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfib_rules.h66 FRA_PROTOCOL, /* Originator of the rule */ enumerator
/Linux-v5.4/include/net/
Dfib_rules.h118 [FRA_PROTOCOL] = { .type = NLA_U8 }, \
/Linux-v5.4/net/core/
Dfib_rules.c529 nlrule->proto = tb[FRA_PROTOCOL] ? in fib_nl2rule()
530 nla_get_u8(tb[FRA_PROTOCOL]) : RTPROT_UNSPEC; in fib_nl2rule()
980 if (nla_put_u8(skb, FRA_PROTOCOL, rule->proto)) in fib_nl_fill_rule()
/Linux-v5.4/drivers/net/
Dvrf.c1176 if (nla_put_u8(skb, FRA_PROTOCOL, RTPROT_KERNEL)) in vrf_fib_rule()