| /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/net/tipc/ |
| H A D | diag.c | 85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
|
| /linux/tools/include/uapi/linux/ |
| H A D | netlink.h | 65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
| /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/include/uapi/linux/ |
| H A D | netlink.h | 73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
| /linux/net/vmw_vsock/ |
| H A D | diag.c | 149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
|
| /linux/net/netlink/ |
| H A D | diag.c | 233 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
|
| 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()
|
| /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, 1403 if Netlink.NLM_F_DUMP in req_flags: 1437 req_flags.append(Netlink.NLM_F_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/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/tools/testing/vsock/ |
| H A D | vsock_diag_test.c | 178 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in send_req()
|
| /linux/net/unix/ |
| H A D | diag.c | 301 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_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/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_dump_flush.c | 230 nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in conntrack_count_zone()
|
| /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/net/netfilter/ |
| H A D | nfnetlink_hook.c | 467 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_hook_get()
|
| H A D | nf_conntrack_netlink.c | 1678 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_conntrack() 1824 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_dying() 1838 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_unconfirmed() 2553 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_ct_cpu() 3320 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_expect() 3746 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_exp_cpu()
|
| H A D | nfnetlink_cttimeout.c | 277 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in cttimeout_get_timeout()
|
| H A D | nfnetlink_cthelper.c | 644 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_cthelper_get()
|
| H A D | nf_tables_api.c | 1322 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_gettable() 2259 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getchain() 4089 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getrule() 5232 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getset() 6645 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getsetelem() 8625 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getobj() 9633 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getflowtable()
|
| /linux/tools/testing/selftests/nci/ |
| H A D | nci_dev.c | 662 &tagid_type_data, &tagid_len, NLM_F_REQUEST | NLM_F_DUMP); in get_taginfo()
|
| /linux/tools/lib/bpf/ |
| H A D | netlink.c | 438 .nh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in bpf_xdp_query()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 25 from pyroute2.netlink import NLM_F_DUMP 2788 msg_flags |= NLM_F_DUMP
|