Home
last modified time | relevance | path

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

12

/third_party/musl/src/network/
Dnetlink.c24 u.req.nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST; in __netlink_enumerate()
Dnetlink.h22 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/third_party/libbpf/include/uapi/linux/
Dnetlink.h65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
/third_party/ltp/testcases/kernel/crypto/
Dcrypto_user01.c162 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in run()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_scan.c84 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_noise_for_scan_results()
935 if (!(msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, in nl80211_get_scan_results()
1013 msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_dump_scan()
Ddriver_nl80211_capa.c846 flags = NLM_F_DUMP; in wpa_driver_nl80211_get_info()
2233 nl_flags = NLM_F_DUMP; in nl80211_get_hw_feature_data()
Ddriver_macsec_linux.c653 NLM_F_DUMP, MACSEC_CMD_GET_TXSC, 0)) { in do_dump()
Ddriver_nl80211.c1373 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_ssid()
1394 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_freq()
1546 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_link_noise()
8239 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in wpa_driver_nl80211_get_survey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_scan.c84 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_noise_for_scan_results()
940 if (!(msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, in nl80211_get_scan_results()
1030 msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_dump_scan()
Ddriver_nl80211_capa.c1090 flags = NLM_F_DUMP; in wpa_driver_nl80211_get_info()
2486 nl_flags = NLM_F_DUMP; in nl80211_get_hw_feature_data()
Ddriver_macsec_linux.c651 NLM_F_DUMP, MACSEC_CMD_GET_TXSC, 0)) { in do_dump()
Ddriver_nl80211.c1507 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_ssid()
1541 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_freq()
1704 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_link_noise()
9016 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in wpa_driver_nl80211_get_survey()
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c562 req.hdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in rops_pt_init_destroy_netlink()
/third_party/libbpf/src/
Dnetlink.c365 .nh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in bpf_xdp_query()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1592 NLM_F_DUMP
Dandroid.txt1632 NLM_F_DUMP
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dnetlink.rs75 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dnetlink.rs76 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dnetlink.rs76 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dnetlink.rs85 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dnetlink.rs76 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dnetlink.rs75 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dnetlink.rs76 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dnetlink.rs76 pub const NLM_F_DUMP: u32 = 768; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dnetlink.rs85 pub const NLM_F_DUMP: u32 = 768; constant

12