Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Drtnetlink.h342 RTA_IP_PROTO, enumerator
/Linux-v4.19/net/ipv4/
Dfib_frontend.c652 [RTA_IP_PROTO] = { .type = NLA_U8 },
Droute.c2812 if (tb[RTA_IP_PROTO]) { in inet_rtm_getroute()
2813 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet_rtm_getroute()
/Linux-v4.19/net/ipv6/
Droute.c4158 [RTA_IP_PROTO] = { .type = NLA_U8 },
4902 if (tb[RTA_IP_PROTO]) { in inet6_rtm_getroute()
4903 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet6_rtm_getroute()