Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h166 RTM_GETNEXTHOP, enumerator
167 #define RTM_GETNEXTHOP RTM_GETNEXTHOP macro
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c85 { RTM_GETNEXTHOP, NETLINK_ROUTE_SOCKET__NLMSG_READ },
/openbmc/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst187 Requests to get resilient next-hop groups use the ``RTM_GETNEXTHOP``
/openbmc/linux/net/ipv4/
H A Dnexthop.c3779 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()