Searched refs:RTM_GETLINK (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | rtnetlink.h | 32 RTM_GETLINK, enumerator 33 #define RTM_GETLINK RTM_GETLINK macro
|
/linux-6.3-rc2/security/selinux/ |
A D | nlmsgtab.c | 31 { RTM_GETLINK, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/linux-6.3-rc2/Documentation/networking/ |
A 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
|
A D | statistics.rst | 147 requests (`RTM_GETLINK`) and statistic requests (`RTM_GETSTATS`,
|
A D | ethtool-netlink.rst | 2021 ``ETHTOOL_GPERMADDR`` rtnetlink ``RTM_GETLINK``
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | net.c | 340 .nlh.nlmsg_type = RTM_GETLINK, in netlink_get_link()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | netlink.c | 431 .nh.nlmsg_type = RTM_GETLINK, in bpf_xdp_query()
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 6113 if (type == RTM_GETLINK - RTM_BASE) in rtnetlink_rcv_msg() 6275 rtnl_register(PF_UNSPEC, RTM_GETLINK, rtnl_getlink, in rtnetlink_init() 6293 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ipmr.c | 3155 rtnl_register(RTNL_FAMILY_IPMR, RTM_GETLINK, in ip_mr_init()
|
/linux-6.3-rc2/net/ipv6/ |
A D | addrconf.c | 7314 err = rtnl_register_module(THIS_MODULE, PF_INET6, RTM_GETLINK, in addrconf_init()
|
Completed in 47 milliseconds