/linux-6.6.21/net/tipc/ |
D | diag.c | 85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
|
/linux-6.6.21/tools/lib/thermal/ |
D | commands.c | 293 NLM_F_DUMP | NLM_F_ACK, tz); in thermal_cmd_get_tz() 299 NLM_F_DUMP | NLM_F_ACK, tc); in thermal_cmd_get_cdev()
|
/linux-6.6.21/tools/bpf/bpftool/ |
D | net.c | 229 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_class() 268 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_qdisc() 307 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_filter() 346 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_link()
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | netlink.h | 65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/linux-6.6.21/include/uapi/linux/ |
D | netlink.h | 73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/linux-6.6.21/net/vmw_vsock/ |
D | diag.c | 149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
|
/linux-6.6.21/tools/net/ynl/lib/ |
D | ynl.py | 47 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH variable in Netlink 283 Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK | Netlink.NLM_F_DUMP, 668 nl_flags |= Netlink.NLM_F_DUMP
|
D | ynl.c | 435 ynl_msg_start(ys, id, NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP); in ynl_msg_start_dump() 447 return ynl_gemsg_start(ys, id, NLM_F_REQUEST | NLM_F_ACK | NLM_F_DUMP, in ynl_gemsg_start_dump()
|
/linux-6.6.21/net/netlink/ |
D | genetlink.c | 1001 if ((flags & NLM_F_DUMP) == NLM_F_DUMP) /* DUMP is 2 bits */ in genl_header_check() 1002 flags &= ~NLM_F_DUMP; in genl_header_check() 1034 flags = (nlh->nlmsg_flags & NLM_F_DUMP) == NLM_F_DUMP ? in genl_family_rcv_msg()
|
D | diag.c | 233 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
|
/linux-6.6.21/net/xdp/ |
D | xsk_diag.c | 190 if (!(hdr->nlmsg_flags & NLM_F_DUMP)) in xsk_diag_handler_dump()
|
/linux-6.6.21/drivers/infiniband/core/ |
D | netlink.c | 185 if ((nlh->nlmsg_flags & NLM_F_DUMP) || index == RDMA_NL_IWCM) { in rdma_nl_rcv_msg()
|
/linux-6.6.21/samples/bpf/ |
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-6.6.21/net/packet/ |
D | diag.c | 238 if (h->nlmsg_flags & NLM_F_DUMP) { in packet_diag_handler_dump()
|
/linux-6.6.21/net/smc/ |
D | smc_diag.c | 240 h->nlmsg_flags & NLM_F_DUMP) { in smc_diag_handler_dump()
|
/linux-6.6.21/net/unix/ |
D | diag.c | 315 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_diag_handler_dump()
|
/linux-6.6.21/tools/testing/vsock/ |
D | vsock_diag_test.c | 176 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in send_req()
|
/linux-6.6.21/net/netfilter/ |
D | nfnetlink_hook.c | 400 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_hook_get()
|
D | nf_conntrack_netlink.c | 1654 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_conntrack() 1817 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_dying() 1832 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_unconfirmed() 2555 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_ct_cpu() 3303 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_expect() 3742 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_exp_cpu()
|
D | nfnetlink_acct.c | 282 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_acct_get()
|
D | nfnetlink_cttimeout.c | 272 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in cttimeout_get_timeout()
|
/linux-6.6.21/Documentation/networking/ |
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-6.6.21/crypto/ |
D | crypto_user_base.c | 438 (nlh->nlmsg_flags & NLM_F_DUMP))) { in crypto_user_rcv_msg()
|
/linux-6.6.21/net/ipv4/ |
D | inet_diag.c | 1315 if (nlh->nlmsg_flags & NLM_F_DUMP) { in inet_diag_rcv_msg_compat() 1336 h->nlmsg_flags & NLM_F_DUMP) { in inet_diag_handler_cmd()
|
/linux-6.6.21/net/xfrm/ |
D | xfrm_compat.c | 602 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
|