Searched refs:RTM_GETLINK (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0007-Mark-deleted-interfaces-as-being-changed.patch | 7 RTM_DELLINK. It does handle RTM_GETLINK. According to libnl docu- 9 RTM_DELLINK can be sent by the kernel, but RTM_GETLINK cannot. 11 change replaces handling for RTM_GETLINK with RTM_DELLINK. 33 - if (pNLMsg->nlmsg_type == RTM_GETLINK || pNLMsg->nlmsg_type == RTM_NEWLINK)
|
H A D | 0005-Use-list-for-changed-interfaces.patch | 80 if (pNLMsg->nlmsg_type == RTM_GETLINK || pNLMsg->nlmsg_type == RTM_NEWLINK)
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 32 RTM_GETLINK, enumerator 33 #define RTM_GETLINK RTM_GETLINK macro
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink_server.cpp | 132 performRequest(NETLINK_ROUTE, RTM_GETLINK, NLM_F_DUMP, ifinfomsg{}, cb);
|
/openbmc/linux/Documentation/networking/ |
H 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
|
H A D | statistics.rst | 147 requests (`RTM_GETLINK`) and statistic requests (`RTM_GETSTATS`,
|
H A D | ethtool-netlink.rst | 2040 ``ETHTOOL_GPERMADDR`` rtnetlink ``RTM_GETLINK``
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 31 { RTM_GETLINK, NETLINK_ROUTE_SOCKET__NLMSG_READ },
|
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 92 hdrin.nlmsg_type != RTM_GETLINK) in sendmsg_link_dump()
|
H A D | test_netlink.cpp | 312 netlink::performRequest(NETLINK_ROUTE, RTM_GETLINK, NLM_F_DUMP, msg, in doLinkDump()
|
/openbmc/inarp/ |
H A D | inarp.c | 247 msg.nlmsg.nlmsg_type = RTM_GETLINK; in init_netlink()
|
/openbmc/qemu/linux-user/ |
H A D | fd-trans.c | 1244 case RTM_GETLINK: in host_to_target_data_route() 1467 case RTM_GETLINK: in target_to_host_data_route()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | net.c | 345 .nlh.nlmsg_type = RTM_GETLINK, in netlink_get_link()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 435 .nh.nlmsg_type = RTM_GETLINK, in bpf_xdp_query()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 6410 if (type == RTM_GETLINK - RTM_BASE) in rtnetlink_rcv_msg() 6573 rtnl_register(PF_UNSPEC, RTM_GETLINK, rtnl_getlink, in rtnetlink_init() 6591 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 3186 rtnl_register(RTNL_FAMILY_IPMR, RTM_GETLINK, in ip_mr_init()
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 7397 err = rtnl_register_module(THIS_MODULE, PF_INET6, RTM_GETLINK, in addrconf_init()
|