Home
last modified time | relevance | path

Searched refs:RTM_GETNETCONF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h128 RTM_GETNETCONF = 82, enumerator
129 #define RTM_GETNETCONF RTM_GETNETCONF macro
/openbmc/linux/security/selinux/
H A Dnlmsgtab.c69 { RTM_GETNETCONF, NETLINK_ROUTE_SOCKET__NLMSG_READ },
/openbmc/linux/net/mpls/
H A Daf_mpls.c2736 {THIS_MODULE, PF_MPLS, RTM_GETNETCONF,
/openbmc/linux/net/ipv4/
H A Ddevinet.c2840 rtnl_register(PF_INET, RTM_GETNETCONF, inet_netconf_get_devconf, in devinet_init()
/openbmc/linux/net/core/
H A Drtnetlink.c6581 rtnl_register(PF_UNSPEC, RTM_GETNETCONF, NULL, rtnl_dump_all, 0); in rtnetlink_init()
/openbmc/linux/net/ipv6/
H A Daddrconf.c7406 err = rtnl_register_module(THIS_MODULE, PF_INET6, RTM_GETNETCONF, in addrconf_init()