Home
last modified time | relevance | path

Searched refs:NLMSG_NOOP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h102 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h112 #define NLMSG_NOOP 0x1 /* Nothing. */ macro
/openbmc/phosphor-networkd/src/
H A Dnetlink.cpp51 if (hdr.nlmsg_type == NLMSG_NOOP) in processMsg()
/openbmc/phosphor-networkd/test/
H A Dtest_netlink.cpp75 hdr.nlmsg_type = NLMSG_NOOP; in TEST()
/openbmc/qemu/linux-user/
H A Dfd-trans.c341 case NLMSG_NOOP: in host_to_target_for_each_nlmsg()
388 case NLMSG_NOOP: in target_to_host_for_each_nlmsg()
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.c299 [NLMSG_NOOP] = ynl_cb_noop,
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro.rst183 - ``NLMSG_NOOP`` - ignore the message, not used in practice;