Searched refs:RTM_GETNEXTHOP (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 166 RTM_GETNEXTHOP, enumerator 167 #define RTM_GETNEXTHOP RTM_GETNEXTHOP macro
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 85 { RTM_GETNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/openbmc/linux/Documentation/networking/ |
H A D | nexthop-group-resilient.rst | 187 Requests to get resilient next-hop groups use the ``RTM_GETNEXTHOP``
|
/openbmc/linux/net/ipv4/ |
H A D | nexthop.c | 3779 rtnl_register(PF_UNSPEC, RTM_GETNEXTHOP, rtm_get_nexthop, in nexthop_init() 3783 rtnl_register(PF_INET, RTM_GETNEXTHOP, NULL, rtm_dump_nexthop, 0); in nexthop_init() 3786 rtnl_register(PF_INET6, RTM_GETNEXTHOP, NULL, rtm_dump_nexthop, 0); in nexthop_init()
|