/third_party/iptables/iptables/ |
D | nft-cache.c | 145 NLM_F_DUMP, h->seq); in fetch_table_cache() 357 NLM_F_DUMP, h->seq); in set_fetch_elem_cb() 370 uint16_t flags = NLM_F_DUMP; in fetch_set_cache() 433 c ? NLM_F_ACK : NLM_F_DUMP, h->seq); in __fetch_chain_cache() 514 NLM_F_DUMP, h->seq); in nft_rule_list_update()
|
/third_party/libnl/include/netlink/ |
D | netlink-kernel.h | 112 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH)
|
/third_party/musl/src/network/ |
D | netlink.c | 24 u.req.nlh.nlmsg_flags = NLM_F_DUMP | NLM_F_REQUEST; in __netlink_enumerate()
|
D | netlink.h | 22 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/third_party/libnl/include/linux-private/linux/ |
D | netlink.h | 65 #define NLM_F_DUMP (NLM_F_ROOT|NLM_F_MATCH) macro
|
/third_party/libnl/lib/route/ |
D | route.c | 55 return nl_send_simple(h, RTM_GETROUTE, NLM_F_DUMP, &rhdr, sizeof(rhdr)); in route_request_update()
|
D | cls.c | 412 return nl_send_simple(sk, RTM_GETTFILTER, NLM_F_DUMP, &tchdr, in cls_request_update()
|
D | class.c | 68 return nl_send_simple(sk, RTM_GETTCLASS, NLM_F_DUMP, &tchdr, in class_request_update()
|
D | qdisc.c | 58 return nl_send_simple(sk, RTM_GETQDISC, NLM_F_DUMP, &tchdr, in qdisc_request_update()
|
D | neigh.c | 461 return nl_rtgen_request(h, RTM_GETNEIGH, family, NLM_F_DUMP); in neigh_request_update() 467 msg = nlmsg_alloc_simple(RTM_GETNEIGH, NLM_F_REQUEST | NLM_F_DUMP); in neigh_request_update()
|
D | act.c | 538 return nl_send_simple(sk, RTM_GETACTION, NLM_F_DUMP, &tcahdr, in act_request_update()
|
D | netconf.c | 189 return nl_send_simple(sk, RTM_GETNETCONF, NLM_F_DUMP, &nc, sizeof(nc)); in netconf_request_update()
|
D | neightbl.c | 228 return nl_rtgen_request(h, RTM_GETNEIGHTBL, AF_UNSPEC, NLM_F_DUMP); in neightbl_request_update()
|
D | addr.c | 366 return nl_rtgen_request(sk, RTM_GETADDR, AF_UNSPEC, NLM_F_DUMP); in addr_request_update()
|
D | rule.c | 234 return nl_rtgen_request(h, RTM_GETRULE, AF_UNSPEC, NLM_F_DUMP); in rule_request_update()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | crypto_user01.c | 162 .nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP, in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
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() 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
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()
|
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()
|
/third_party/libnl/lib/genl/ |
D | ctrl.c | 41 CTRL_VERSION, NLM_F_DUMP); in ctrl_request_update()
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 562 req.hdr.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in rops_pt_init_destroy_netlink()
|
/third_party/glib/gio/ |
D | gnetworkmonitornetlink.c | 175 n->nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in request_dump()
|
/third_party/libnl/lib/netfilter/ |
D | exp.c | 319 NLM_F_DUMP, AF_UNSPEC, 0); in nfnl_exp_dump_request()
|
D | ct.c | 417 NLM_F_DUMP, AF_UNSPEC, 0); in nfnl_ct_dump_request()
|
/third_party/libnl/python/netlink/ |
D | core.py | 88 NLM_F_DUMP = NLM_F_ROOT | NLM_F_MATCH variable
|