Searched defs:nft_handle (Results 1 – 1 of 1) sorted by relevance
90 struct nft_handle { struct91 int family;92 struct mnl_socket *nl;93 int nlsndbuffsiz;94 int nlrcvbuffsiz;95 uint32_t portid;96 uint32_t seq;97 uint32_t nft_genid;98 uint32_t rule_id;122 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh, argument