Searched defs:nft_handle (Results 1 – 1 of 1) sorted by relevance
86 struct nft_handle { struct87 int family;88 struct mnl_socket *nl;89 int nlsndbuffsiz;90 int nlrcvbuffsiz;91 uint32_t portid;92 uint32_t seq;93 uint32_t nft_genid;94 uint32_t rule_id;95 struct list_head obj_list;[all …]