FRA_IP_PROTO      120 include/net/fib_rules.h 	[FRA_IP_PROTO]  = { .type = NLA_U8 }, \
FRA_IP_PROTO      625 net/core/fib_rules.c 	if (tb[FRA_IP_PROTO])
FRA_IP_PROTO      626 net/core/fib_rules.c 		nlrule->ip_proto = nla_get_u8(tb[FRA_IP_PROTO]);
FRA_IP_PROTO     1019 net/core/fib_rules.c 	    (rule->ip_proto && nla_put_u8(skb, FRA_IP_PROTO, rule->ip_proto)))