| /linux/net/netlabel/ |
| H A D | netlabel_unlabeled.h | 64 * application there is no payload and the NLM_F_DUMP flag should be set. 117 * an application there is no payload and the NLM_F_DUMP flag should be set.
|
| H A D | netlabel_mgmt.h | 63 * application there is no payload and the NLM_F_DUMP flag should be set. 141 * NLM_F_DUMP flag should be set. The kernel should respond with a series of
|
| H A D | netlabel_cipso_v4.h | 76 * NLM_F_DUMP flag should be set. The kernel should respond with a series of
|
| H A D | netlabel_calipso.h | 63 * NLM_F_DUMP flag should be set. The kernel should respond with a series of
|
| /linux/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 99 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP, 183 .nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP,
|
| /linux/tools/bpf/bpftool/ |
| H A D | net.c | 238 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_class() 277 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_qdisc() 316 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_filter() 355 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_link()
|
| /linux/net/tipc/ |
| H A D | diag.c | 85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
|
| /linux/net/vmw_vsock/ |
| H A D | diag.c | 149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 67 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH variable in Netlink 468 Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK | Netlink.NLM_F_DUMP, 517 Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK | Netlink.NLM_F_DUMP, 1385 if Netlink.NLM_F_DUMP in req_flags: 1419 req_flags.append(Netlink.NLM_F_DUMP)
|
| /linux/include/uapi/linux/ |
| H A D | neighbour.h | 113 * NLM_F_DUMP flag set. Every neighbour table configuration is
|
| H A D | netlink.h | 73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | neighbour.h | 113 * NLM_F_DUMP flag set. Every neighbour table configuration is
|
| H A D | netlink.h | 65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
| /linux/net/netlink/ |
| H A D | genetlink.c | 1144 if ((flags & NLM_F_DUMP) == NLM_F_DUMP) /* DUMP is 2 bits */ in genl_header_check() 1145 flags &= ~NLM_F_DUMP; in genl_header_check() 1177 flags = (nlh->nlmsg_flags & NLM_F_DUMP) == NLM_F_DUMP ? in genl_family_rcv_msg()
|
| H A D | diag.c | 233 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
|
| /linux/Documentation/networking/ |
| H A D | nexthop-group-resilient.rst | 200 The message ``RTM_GETNEXTHOPBUCKET`` without the ``NLM_F_DUMP`` flag is 218 The message ``RTM_GETNEXTHOPBUCKET`` with the ``NLM_F_DUMP`` flag is used
|
| /linux/net/xdp/ |
| H A D | xsk_diag.c | 190 if (!(hdr->nlmsg_flags & NLM_F_DUMP)) in xsk_diag_handler_dump()
|
| /linux/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 281 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_route_table() 417 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_arp_table()
|
| /linux/include/net/ |
| H A D | rtnetlink.h | 42 * @dumpit: Function pointer called for each dump request (NLM_F_DUMP) message
|
| /linux/net/unix/ |
| H A D | diag.c | 301 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_diag_handler_dump()
|
| /linux/drivers/infiniband/core/ |
| H A D | netlink.c | 185 if ((nlh->nlmsg_flags & NLM_F_DUMP) || index == RDMA_NL_IWCM) { in rdma_nl_rcv_msg()
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro.rst | 153 - for ``dump``: ``NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP`` 650 ``NLM_F_DUMP``, and not used separately. ``NLM_F_ATOMIC`` is never used.
|
| /linux/tools/net/ynl/lib/ |
| H A D | ynl.c | 536 return ynl_msg_start(ys, id, NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP); in ynl_msg_start_dump() 548 return ynl_gemsg_start(ys, id, NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP, in ynl_gemsg_start_dump()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_dump_flush.c | 232 nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in conntracK_count_zone()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_netlink.c | 1677 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_conntrack() 1823 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_dying() 1837 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_unconfirmed() 2558 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_ct_cpu() 3325 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_expect() 3761 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_exp_cpu()
|