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