Searched refs:mnl_talk (Results 1 – 3 of 3) sorted by relevance
/external/iptables/iptables/ |
D | nft-cache.c | 103 ret = mnl_talk(h, nlh, genid_cb, genid); in mnl_genid_get() 147 ret = mnl_talk(h, nlh, nftnl_table_list_cb, h); in fetch_table_cache() 360 return mnl_talk(h, nlh, set_elem_cb, s); in set_fetch_elem_cb() 397 ret = mnl_talk(h, nlh, nftnl_set_list_cb, &d); in fetch_set_cache() 437 ret = mnl_talk(h, nlh, nftnl_chain_list_cb, &d); in __fetch_chain_cache() 517 ret = mnl_talk(h, nlh, nftnl_rule_list_cb, c); in nft_rule_list_update()
|
D | nft.h | 121 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh,
|
D | nft.c | 64 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh, in mnl_talk() function
|