Home
last modified time | relevance | path

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

/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h148 extern struct nfnl_iterator *
153 extern void nfnl_iterator_destroy(struct nfnl_iterator *it);
156 struct nfnl_iterator *it);
159 struct nfnl_iterator *it);
/external/libnfnetlink/src/
Dlibnfnetlink.c1480 struct nfnl_iterator { struct
1498 struct nfnl_iterator * argument
1504 struct nfnl_iterator *it; in nfnl_iterator_create()
1510 it = malloc(sizeof(struct nfnl_iterator)); in nfnl_iterator_create()
1535 void nfnl_iterator_destroy(struct nfnl_iterator *it) in nfnl_iterator_destroy()
1550 int nfnl_iterator_process(struct nfnl_handle *h, struct nfnl_iterator *it) in nfnl_iterator_process()
1576 int nfnl_iterator_next(const struct nfnl_handle *h, struct nfnl_iterator *it) in nfnl_iterator_next()