Home
last modified time | relevance | path

Searched refs:mnl_talk (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dnft-cache.c103 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()
Dnft.h121 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh,
Dnft.c64 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh, in mnl_talk() function