Home
last modified time | relevance | path

Searched defs:nft_handle (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/iptables/iptables/
H A Dnft.h89 struct nft_handle { struct
90 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