Searched refs:NLM_F_DUMP (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/src/network/ |
H A D | netlink.h | 22 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
H A D | netlink.c | 24 u.req.nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST; in __netlink_enumerate()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | netlink.h | 65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | crypto_user01.c | 12 * algorithms using NLM_F_DUMP mode and checks all string fields for unexpected 162 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_scan.c | 84 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()
|
H A D | driver_nl80211_capa.c | 846 flags = NLM_F_DUMP; in wpa_driver_nl80211_get_info() 2233 nl_flags = NLM_F_DUMP; in nl80211_get_hw_feature_data()
|
H A D | driver_macsec_linux.c | 653 NLM_F_DUMP, MACSEC_CMD_GET_TXSC, 0)) { in do_dump()
|
H A D | driver_nl80211.c | 1373 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/ |
H A D | driver_nl80211_scan.c | 87 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_noise_for_scan_results() 964 if (!(msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, in nl80211_get_scan_results() 1054 msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_dump_scan()
|
H A D | driver_nl80211_capa.c | 1098 flags = NLM_F_DUMP; in wpa_driver_nl80211_get_info() 2497 nl_flags = NLM_F_DUMP; in nl80211_get_hw_feature_data()
|
H A D | driver_macsec_linux.c | 651 NLM_F_DUMP, MACSEC_CMD_GET_TXSC, 0)) { in do_dump()
|
H A D | driver_nl80211.c | 1674 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_ssid() 1708 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_get_assoc_freq() 1871 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); in nl80211_get_link_noise() 9045 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY); 9542 msg = nl80211_drv_msg(drv, NLM_F_DUMP, NL80211_CMD_GET_SURVEY);
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 567 req.hdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in rops_pt_init_destroy_netlink()
|
/third_party/libbpf/src/ |
H A D | netlink.c | 436 .nh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST, in bpf_xdp_query()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1799 pub const NLM_F_DUMP: ::c_int = NLM_F_ROOT | NLM_F_MATCH; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2778 pub const NLM_F_DUMP: ::c_int = NLM_F_ROOT | NLM_F_MATCH; consts
|
Completed in 114 milliseconds