Home
last modified time | relevance | path

Searched refs:RTM_GETLINK (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Drtnetlink.h31 RTM_GETLINK, enumerator
32 #define RTM_GETLINK RTM_GETLINK macro
/linux-4.4.14/security/selinux/
Dnlmsgtab.c35 { RTM_GETLINK, NETLINK_ROUTE_SOCKET__NLMSG_READ },
/linux-4.4.14/Documentation/networking/
Doperstates.txt25 operation RTM_GETLINK. It is also possible to subscribe to RTMGRP_LINK
142 -query RTM_GETLINK once to get initial state
/linux-4.4.14/net/core/
Drtnetlink.c3481 rtnl_register(PF_UNSPEC, RTM_GETLINK, rtnl_getlink, in rtnetlink_init()
3494 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, NULL); in rtnetlink_init()
/linux-4.4.14/net/ipv6/
Daddrconf.c5952 err = __rtnl_register(PF_INET6, RTM_GETLINK, NULL, inet6_dump_ifinfo, in addrconf_init()