Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfib_rules.c657 if (tb[FRA_IP_PROTO]) in fib_nl2rule()
658 nlrule->ip_proto = nla_get_u8(tb[FRA_IP_PROTO]); in fib_nl2rule()
771 [FRA_IP_PROTO] = { .type = NLA_U8 },
1075 (rule->ip_proto && nla_put_u8(skb, FRA_IP_PROTO, rule->ip_proto))) in fib_nl_fill_rule()