Searched refs:NLM_F_DUMP (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v6.1/tools/bpf/bpftool/ |
D | net.c | 222 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_class() 261 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_qdisc() 300 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_filter() 339 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_link()
|
/Linux-v6.1/net/tipc/ |
D | diag.c | 85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
|
/Linux-v6.1/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-v6.1/tools/include/uapi/linux/ |
D | netlink.h | 65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/Linux-v6.1/include/uapi/linux/ |
D | netlink.h | 73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/Linux-v6.1/net/vmw_vsock/ |
D | diag.c | 149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
|
/Linux-v6.1/net/netlink/ |
D | genetlink.c | 786 if ((flags & NLM_F_DUMP) == NLM_F_DUMP) /* DUMP is 2 bits */ in genl_header_check() 787 flags &= ~NLM_F_DUMP; in genl_header_check() 829 if ((nlh->nlmsg_flags & NLM_F_DUMP) == NLM_F_DUMP) in genl_family_rcv_msg()
|
D | diag.c | 232 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
|
/Linux-v6.1/net/xdp/ |
D | xsk_diag.c | 187 if (!(hdr->nlmsg_flags & NLM_F_DUMP)) in xsk_diag_handler_dump()
|
/Linux-v6.1/drivers/infiniband/core/ |
D | netlink.c | 185 if ((nlh->nlmsg_flags & NLM_F_DUMP) || index == RDMA_NL_IWCM) { in rdma_nl_rcv_msg()
|
/Linux-v6.1/net/packet/ |
D | diag.c | 238 if (h->nlmsg_flags & NLM_F_DUMP) { in packet_diag_handler_dump()
|
/Linux-v6.1/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-v6.1/net/netfilter/ |
D | nfnetlink_hook.c | 345 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_hook_get()
|
D | nf_conntrack_netlink.c | 1661 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() 1839 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_unconfirmed() 2559 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_ct_cpu() 3305 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()
|
D | nfnetlink_cthelper.c | 630 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_cthelper_get()
|
/Linux-v6.1/net/smc/ |
D | smc_diag.c | 240 h->nlmsg_flags & NLM_F_DUMP) { in smc_diag_handler_dump()
|
/Linux-v6.1/net/unix/ |
D | diag.c | 315 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_diag_handler_dump()
|
/Linux-v6.1/tools/testing/vsock/ |
D | vsock_diag_test.c | 176 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in send_req()
|
/Linux-v6.1/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
|
D | ethtool-netlink.rst | 271 request with ``NLM_F_DUMP`` and no device identification can be used to query 346 a and ``NLM_F_DUMP`` flag, there are three type of ``STRSET_GET`` requests: 348 - no ``NLM_F_DUMP,`` no device: get "global" stringsets 349 - no ``NLM_F_DUMP``, with device: get string sets related to the device 350 - ``NLM_F_DUMP``, no device: get device related string sets for all devices
|
/Linux-v6.1/crypto/ |
D | crypto_user_base.c | 438 (nlh->nlmsg_flags & NLM_F_DUMP))) { in crypto_user_rcv_msg()
|
/Linux-v6.1/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-v6.1/net/xfrm/ |
D | xfrm_compat.c | 600 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
|
12