Home
last modified time | relevance | path

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

/external/libnfnetlink/include/libnfnetlink/
Dlibnfnetlink.h141 extern struct nfnl_iterator *
146 extern void nfnl_iterator_destroy(struct nfnl_iterator *it);
149 struct nfnl_iterator *it);
152 struct nfnl_iterator *it);
/external/libnfnetlink/src/
Dlibnfnetlink.c1398 struct nfnl_iterator { struct
1416 struct nfnl_iterator * argument
1422 struct nfnl_iterator *it; in nfnl_iterator_create()
1428 it = malloc(sizeof(struct nfnl_iterator)); in nfnl_iterator_create()
1453 void nfnl_iterator_destroy(struct nfnl_iterator *it) in nfnl_iterator_destroy()
1468 int nfnl_iterator_process(struct nfnl_handle *h, struct nfnl_iterator *it) in nfnl_iterator_process()
1494 int nfnl_iterator_next(const struct nfnl_handle *h, struct nfnl_iterator *it) in nfnl_iterator_next()