Searched refs:RTM_GETLINK (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | rtnetlink.h | 32 RTM_GETLINK, enumerator 33 #define RTM_GETLINK RTM_GETLINK macro
|
/linux-6.12.1/Documentation/networking/ |
D | sriov.rst | 15 the ``RTM_GETLINK`` and ``RTM_SETLINK`` commands. On the driver side
|
D | operstates.rst | 33 operation RTM_GETLINK. It is also possible to subscribe to RTNLGRP_LINK 167 - query RTM_GETLINK once to get initial state
|
D | statistics.rst | 156 requests (`RTM_GETLINK`) and statistic requests (`RTM_GETSTATS`,
|
D | ethtool-netlink.rst | 2286 ``ETHTOOL_GPERMADDR`` rtnetlink ``RTM_GETLINK``
|
/linux-6.12.1/security/selinux/ |
D | nlmsgtab.c | 31 { RTM_GETLINK, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | net.c | 351 .nlh.nlmsg_type = RTM_GETLINK, in netlink_get_link()
|
/linux-6.12.1/tools/lib/bpf/ |
D | netlink.c | 435 .nh.nlmsg_type = RTM_GETLINK, in bpf_xdp_query()
|
/linux-6.12.1/net/core/ |
D | rtnetlink.c | 6613 if (type == RTM_GETLINK - RTM_BASE) in rtnetlink_rcv_msg() 6775 rtnl_register(PF_UNSPEC, RTM_GETLINK, rtnl_getlink, in rtnetlink_init() 6793 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
|
/linux-6.12.1/net/ipv4/ |
D | ipmr.c | 3169 rtnl_register(RTNL_FAMILY_IPMR, RTM_GETLINK, in ip_mr_init()
|
/linux-6.12.1/net/ipv6/ |
D | addrconf.c | 7452 err = rtnl_register_module(THIS_MODULE, PF_INET6, RTM_GETLINK, in addrconf_init()
|