Searched defs:nlmsghdr (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-networkd/test/ |
H A D | test_netlink.cpp | 33 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 48 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 63 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 79 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 100 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 148 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 168 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 190 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 215 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in TEST() 310 auto cb = [&](const nlmsghdr&, std::string_view) { cbCalls++; }; in doLinkDump()
|
/openbmc/qemu/linux-user/ |
H A D | fd-trans.c | 348 static abi_long host_to_target_for_each_nlmsg(struct nlmsghdr *nlh, in host_to_target_for_each_nlmsg() 399 static abi_long target_to_host_for_each_nlmsg(struct nlmsghdr *nlh, in target_to_host_for_each_nlmsg()
|