Searched refs:nfnl_iterator (Results 1 – 2 of 2) sorted by relevance
141 extern struct nfnl_iterator *146 extern void nfnl_iterator_destroy(struct nfnl_iterator *it);149 struct nfnl_iterator *it);152 struct nfnl_iterator *it);
1398 struct nfnl_iterator { struct1416 struct nfnl_iterator * argument1422 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()