Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfib_rules.h67 FRA_IP_PROTO, /* ip proto */ enumerator
/openbmc/linux/net/core/
H A Dfib_rules.c655 if (tb[FRA_IP_PROTO]) in fib_nl2rule()
656 nlrule->ip_proto = nla_get_u8(tb[FRA_IP_PROTO]); in fib_nl2rule()
769 [FRA_IP_PROTO] = { .type = NLA_U8 },
1070 (rule->ip_proto && nla_put_u8(skb, FRA_IP_PROTO, rule->ip_proto))) in fib_nl_fill_rule()