Home
last modified time | relevance | path

Searched refs:RTM_SETNEIGHTBL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h106 RTM_SETNEIGHTBL, enumerator
107 #define RTM_SETNEIGHTBL RTM_SETNEIGHTBL macro
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c61 { RTM_SETNEIGHTBL, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/openbmc/linux/net/core/
H A Dneighbour.c3900 rtnl_register(PF_UNSPEC, RTM_SETNEIGHTBL, neightbl_set, NULL, 0); in neigh_init()