Searched refs:RTM_GETLINK (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | rtnetlink.h | 32 RTM_GETLINK, enumerator 33 #define RTM_GETLINK RTM_GETLINK macro
|
/Linux-v4.19/security/selinux/ |
D | nlmsgtab.c | 35 { RTM_GETLINK, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/Linux-v4.19/Documentation/networking/ |
D | operstates.txt | 25 operation RTM_GETLINK. It is also possible to subscribe to RTMGRP_LINK 142 -query RTM_GETLINK once to get initial state
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 4676 if (type == RTM_GETLINK - RTM_BASE) in rtnetlink_rcv_msg() 4831 rtnl_register(PF_UNSPEC, RTM_GETLINK, rtnl_getlink, in rtnetlink_init() 4845 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
|
/Linux-v4.19/net/ipv4/ |
D | ipmr.c | 3033 rtnl_register(RTNL_FAMILY_IPMR, RTM_GETLINK, in ip_mr_init()
|
/Linux-v4.19/net/ipv6/ |
D | addrconf.c | 6755 err = rtnl_register_module(THIS_MODULE, PF_INET6, RTM_GETLINK, in addrconf_init()
|