Home
last modified time | relevance | path

Searched refs:NLM_F_DUMP (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.10/tools/bpf/bpftool/
Dnet.c223 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_class()
262 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_qdisc()
301 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_filter()
340 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_link()
/Linux-v5.10/net/tipc/
Ddiag.c85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
/Linux-v5.10/tools/include/uapi/linux/
Dnetlink.h65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/Linux-v5.10/include/uapi/linux/
Dnetlink.h65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/Linux-v5.10/net/vmw_vsock/
Ddiag.c149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
/Linux-v5.10/net/netlink/
Ddiag.c232 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
Dgenetlink.c779 if ((nlh->nlmsg_flags & NLM_F_DUMP) == NLM_F_DUMP) in genl_family_rcv_msg()
/Linux-v5.10/net/xdp/
Dxsk_diag.c187 if (!(hdr->nlmsg_flags & NLM_F_DUMP)) in xsk_diag_handler_dump()
/Linux-v5.10/drivers/infiniband/core/
Dnetlink.c185 if ((nlh->nlmsg_flags & NLM_F_DUMP) || index == RDMA_NL_IWCM) { in rdma_nl_rcv_msg()
/Linux-v5.10/net/packet/
Ddiag.c238 if (h->nlmsg_flags & NLM_F_DUMP) { in packet_diag_handler_dump()
/Linux-v5.10/samples/bpf/
Dxdp_router_ipv4_user.c342 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_route_table()
481 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_arp_table()
/Linux-v5.10/net/unix/
Ddiag.c317 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_diag_handler_dump()
/Linux-v5.10/tools/lib/bpf/
Dnetlink.c361 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in libbpf_nl_get_link()
/Linux-v5.10/tools/testing/vsock/
Dvsock_diag_test.c176 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in send_req()
/Linux-v5.10/net/smc/
Dsmc_diag.c253 h->nlmsg_flags & NLM_F_DUMP) { in smc_diag_handler_dump()
/Linux-v5.10/crypto/
Dcrypto_user_base.c438 (nlh->nlmsg_flags & NLM_F_DUMP))) { in crypto_user_rcv_msg()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_netlink.c1603 if (nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_conntrack()
1753 if (nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_dying()
1776 if (nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_unconfirmed()
2554 if (nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_ct_cpu()
3326 if (nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_expect()
3776 if (nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_exp_cpu()
Dnfnetlink_acct.c276 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_acct_get()
Dnfnetlink_cttimeout.c251 if (nlh->nlmsg_flags & NLM_F_DUMP) { in cttimeout_get_timeout()
Dnfnetlink_cthelper.c631 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_cthelper_get()
Dnf_tables_api.c814 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_gettable()
1572 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getchain()
3031 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getrule()
4000 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getset()
4955 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getsetelem()
6199 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getobj()
7082 if (nlh->nlmsg_flags & NLM_F_DUMP) { in nf_tables_getflowtable()
/Linux-v5.10/Documentation/networking/
Dethtool-netlink.rst250 request with ``NLM_F_DUMP`` and no device identification can be used to query
325 a and ``NLM_F_DUMP`` flag, there are three type of ``STRSET_GET`` requests:
327 - no ``NLM_F_DUMP,`` no device: get "global" stringsets
328 - no ``NLM_F_DUMP``, with device: get string sets related to the device
329 - ``NLM_F_DUMP``, no device: get device related string sets for all devices
/Linux-v5.10/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c478 nh->nlmsg_flags |= NLM_F_DUMP; in dump_addrs()
/Linux-v5.10/net/xfrm/
Dxfrm_compat.c553 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
/Linux-v5.10/net/ipv4/
Dinet_diag.c1311 if (nlh->nlmsg_flags & NLM_F_DUMP) { in inet_diag_rcv_msg_compat()
1332 h->nlmsg_flags & NLM_F_DUMP) { in inet_diag_handler_cmd()

12