Searched refs:RTA_IP_PROTO (Results 1 – 4 of 4) sorted by relevance
379 RTA_IP_PROTO, enumerator
3242 case RTA_IP_PROTO: in inet_rtm_valid_getroute_req()3291 if (tb[RTA_IP_PROTO]) { in inet_rtm_getroute()3292 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet_rtm_getroute()
671 [RTA_IP_PROTO] = { .type = NLA_U8 },
5003 [RTA_IP_PROTO] = { .type = NLA_U8 },6013 case RTA_IP_PROTO: in inet6_rtm_valid_getroute_req()6082 if (tb[RTA_IP_PROTO]) { in inet6_rtm_getroute()6083 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet6_rtm_getroute()
Completed in 28 milliseconds