Home
last modified time | relevance | path

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

12

/linux/tools/bpf/bpftool/
A Dnet.c222 .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/net/tipc/
A Ddiag.c85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
/linux/tools/include/uapi/linux/
A Dnetlink.h65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/linux/include/uapi/linux/
A Dnetlink.h65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/linux/net/vmw_vsock/
A Ddiag.c149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
/linux/net/netlink/
A Ddiag.c232 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
A Dgenetlink.c771 if ((nlh->nlmsg_flags & NLM_F_DUMP) == NLM_F_DUMP) in genl_family_rcv_msg()
/linux/net/xdp/
A Dxsk_diag.c187 if (!(hdr->nlmsg_flags & NLM_F_DUMP)) in xsk_diag_handler_dump()
/linux/drivers/infiniband/core/
A Dnetlink.c185 if ((nlh->nlmsg_flags & NLM_F_DUMP) || index == RDMA_NL_IWCM) { in rdma_nl_rcv_msg()
/linux/net/packet/
A Ddiag.c238 if (h->nlmsg_flags & NLM_F_DUMP) { in packet_diag_handler_dump()
/linux/samples/bpf/
A Dxdp_router_ipv4_user.c346 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_route_table()
496 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_arp_table()
/linux/net/unix/
A Ddiag.c315 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_diag_handler_dump()
/linux/net/smc/
A Dsmc_diag.c240 h->nlmsg_flags & NLM_F_DUMP) { in smc_diag_handler_dump()
/linux/net/netfilter/
A Dnfnetlink_hook.c351 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_hook_get()
A Dnf_conntrack_netlink.c1643 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_conntrack()
1784 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_dying()
1805 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_ct_unconfirmed()
2575 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_ct_cpu()
3321 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_get_expect()
3753 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in ctnetlink_stat_exp_cpu()
A Dnfnetlink_acct.c282 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_acct_get()
A Dnfnetlink_cttimeout.c259 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in cttimeout_get_timeout()
A Dnfnetlink_cthelper.c626 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_cthelper_get()
/linux/tools/testing/vsock/
A Dvsock_diag_test.c176 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in send_req()
/linux/Documentation/networking/
A Dnexthop-group-resilient.rst200 The message ``RTM_GETNEXTHOPBUCKET`` without the ``NLM_F_DUMP`` flag is
218 The message ``RTM_GETNEXTHOPBUCKET`` with the ``NLM_F_DUMP`` flag is used
A Dethtool-netlink.rst268 request with ``NLM_F_DUMP`` and no device identification can be used to query
343 a and ``NLM_F_DUMP`` flag, there are three type of ``STRSET_GET`` requests:
345 - no ``NLM_F_DUMP,`` no device: get "global" stringsets
346 - no ``NLM_F_DUMP``, with device: get string sets related to the device
347 - ``NLM_F_DUMP``, no device: get device related string sets for all devices
/linux/crypto/
A Dcrypto_user_base.c438 (nlh->nlmsg_flags & NLM_F_DUMP))) { in crypto_user_rcv_msg()
/linux/net/ipv4/
A Dinet_diag.c1314 if (nlh->nlmsg_flags & NLM_F_DUMP) { in inet_diag_rcv_msg_compat()
1335 h->nlmsg_flags & NLM_F_DUMP) { in inet_diag_handler_cmd()
/linux/net/xfrm/
A Dxfrm_compat.c598 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()
/linux/tools/lib/bpf/
A Dnetlink.c315 .nh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in bpf_get_link_xdp_info()

Completed in 41 milliseconds

12