Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c58 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh, in mnl_talk() function
543 ret = mnl_talk(h, nlh, NULL, NULL); in nft_table_add()
614 return mnl_talk(h, nlh, NULL, NULL); in nft_chain_add()
1203 mnl_talk(h, nlh, nftnl_chain_list_cb, list); in nftnl_chain_list_get()
1308 ret = mnl_talk(h, nlh, nftnl_rule_list_cb, list); in nft_rule_list_get()
1450 ret = mnl_talk(h, nlh, NULL, NULL); in nft_chain_user_add()
1466 return mnl_talk(h, nlh, NULL, NULL); in __nft_chain_del()
1622 ret = mnl_talk(h, nlh, NULL, NULL); in nft_chain_user_rename()
1663 mnl_talk(h, nlh, nftnl_table_list_cb, list); in nftnl_table_list_get()
2687 ret = mnl_talk(h, nlh, NULL, NULL); in nft_chain_zero_counters()
Dnft.h47 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh,