Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/bpf/bpftool/
A Dnet.c224 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_class()
263 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_qdisc()
302 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_filter()
341 .nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in netlink_get_link()
/linux-6.3-rc2/net/tipc/
A Ddiag.c85 if (h->nlmsg_flags & NLM_F_DUMP) { in tipc_sock_diag_handler_dump()
/linux-6.3-rc2/tools/lib/thermal/
A Dcommands.c293 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.3-rc2/tools/net/ynl/lib/
A Dynl.py38 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH variable in Netlink
216 Netlink.NLM_F_REQUEST | Netlink.NLM_F_ACK | Netlink.NLM_F_DUMP,
471 nl_flags |= Netlink.NLM_F_DUMP
/linux-6.3-rc2/tools/include/uapi/linux/
A Dnetlink.h65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/linux-6.3-rc2/include/uapi/linux/
A Dnetlink.h73 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/linux-6.3-rc2/net/vmw_vsock/
A Ddiag.c149 if (h->nlmsg_flags & NLM_F_DUMP) { in vsock_diag_handler_dump()
/linux-6.3-rc2/net/netlink/
A Dgenetlink.c998 if ((flags & NLM_F_DUMP) == NLM_F_DUMP) /* DUMP is 2 bits */ in genl_header_check()
999 flags &= ~NLM_F_DUMP; in genl_header_check()
1031 flags = (nlh->nlmsg_flags & NLM_F_DUMP) == NLM_F_DUMP ? in genl_family_rcv_msg()
A Ddiag.c232 if (h->nlmsg_flags & NLM_F_DUMP) { in netlink_diag_handler_dump()
/linux-6.3-rc2/net/xdp/
A Dxsk_diag.c187 if (!(hdr->nlmsg_flags & NLM_F_DUMP)) in xsk_diag_handler_dump()
/linux-6.3-rc2/drivers/infiniband/core/
A Dnetlink.c185 if ((nlh->nlmsg_flags & NLM_F_DUMP) || index == RDMA_NL_IWCM) { in rdma_nl_rcv_msg()
/linux-6.3-rc2/net/packet/
A Ddiag.c238 if (h->nlmsg_flags & NLM_F_DUMP) { in packet_diag_handler_dump()
/linux-6.3-rc2/samples/bpf/
A Dxdp_router_ipv4_user.c281 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.3-rc2/tools/testing/vsock/
A Dvsock_diag_test.c176 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in send_req()
/linux-6.3-rc2/net/netfilter/
A Dnfnetlink_hook.c345 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_hook_get()
A Dnf_conntrack_netlink.c1661 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()
A Dnfnetlink_acct.c282 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_acct_get()
A Dnfnetlink_cttimeout.c272 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in cttimeout_get_timeout()
A Dnfnetlink_cthelper.c630 if (info->nlh->nlmsg_flags & NLM_F_DUMP) { in nfnl_cthelper_get()
/linux-6.3-rc2/net/smc/
A Dsmc_diag.c241 h->nlmsg_flags & NLM_F_DUMP) { in smc_diag_handler_dump()
/linux-6.3-rc2/net/unix/
A Ddiag.c315 if (h->nlmsg_flags & NLM_F_DUMP) { in unix_diag_handler_dump()
/linux-6.3-rc2/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
/linux-6.3-rc2/crypto/
A Dcrypto_user_base.c438 (nlh->nlmsg_flags & NLM_F_DUMP))) { in crypto_user_rcv_msg()
/linux-6.3-rc2/net/ipv4/
A Dinet_diag.c1315 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.3-rc2/net/xfrm/
A Dxfrm_compat.c602 (h32->nlmsg_flags & NLM_F_DUMP)) in xfrm_user_rcv_msg_compat()

Completed in 42 milliseconds

12