Home
last modified time | relevance | path

Searched defs:nlmsghdr (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-networkd/test/
H A Dtest_netlink.cpp33 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/linux/tools/include/uapi/linux/
H A Dnetlink.h44 struct nlmsghdr { struct
45 __u32 nlmsg_len; /* Length of message including header */
46 __u16 nlmsg_type; /* Message content */
47 __u16 nlmsg_flags; /* Additional flags */
48 __u32 nlmsg_seq; /* Sequence number */
49 __u32 nlmsg_pid; /* Sending process port ID */
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h52 struct nlmsghdr { struct
53 __u32 nlmsg_len;
54 __u16 nlmsg_type;
55 __u16 nlmsg_flags;
56 __u32 nlmsg_seq;
57 __u32 nlmsg_pid;
/openbmc/linux/drivers/infiniband/core/
H A Dnetlink.c208 struct nlmsghdr *, in rdma_nl_rcv_skb()
/openbmc/qemu/linux-user/
H A Dfd-trans.c320 static abi_long host_to_target_for_each_nlmsg(struct nlmsghdr *nlh, in host_to_target_for_each_nlmsg()
371 static abi_long target_to_host_for_each_nlmsg(struct nlmsghdr *nlh, in target_to_host_for_each_nlmsg()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2520 struct nlmsghdr *, in netlink_rcv_skb()