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.c3056 nla_put_u32(skb, RTA_UID, in rt_fill_info()
3289 case RTA_UID: in inet_rtm_valid_getroute_req()
3329 if (tb[RTA_UID]) in inet_rtm_getroute()
3330 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.c4997 [RTA_UID] = { .type = NLA_U32 },
6022 case RTA_UID: in inet6_rtm_valid_getroute_req()
6082 if (tb[RTA_UID]) in inet6_rtm_getroute()
6084 nla_get_u32(tb[RTA_UID])); in inet6_rtm_getroute()