Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h386 RTA_UID, enumerator
/openbmc/linux/net/ipv4/
H A Droute.c3030 nla_put_u32(skb, RTA_UID, in rt_fill_info()
3263 case RTA_UID: in inet_rtm_valid_getroute_req()
3303 if (tb[RTA_UID]) in inet_rtm_getroute()
3304 uid = make_kuid(current_user_ns(), nla_get_u32(tb[RTA_UID])); in inet_rtm_getroute()
H A Dfib_frontend.c674 [RTA_UID] = { .type = NLA_U32 },
/openbmc/linux/net/ipv6/
H A Droute.c4992 [RTA_UID] = { .type = NLA_U32 },
6002 case RTA_UID: in inet6_rtm_valid_getroute_req()
6062 if (tb[RTA_UID]) in inet6_rtm_getroute()
6064 nla_get_u32(tb[RTA_UID])); in inet6_rtm_getroute()