Home
last modified time | relevance | path

Searched refs:npf_conndb_getnext (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_conndb.c289 npf_conndb_getnext(npf_conndb_t *cd, npf_conn_t *con) in npf_conndb_getnext() function
316 con = npf_conndb_getnext(cd, NULL); in npf_conndb_gc_incr()
327 npf_conn_t *next = npf_conndb_getnext(cd, con); in npf_conndb_gc_incr()
H A Dnpf_conn.h176 npf_conn_t * npf_conndb_getnext(npf_conndb_t *, npf_conn_t *);
H A Dnpf_conn.c799 if ((con = npf_conndb_getnext(conn_db, con)) == head) { in npf_conndb_export()
/netbsd-src/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_gc_test.c27 conn = npf_conndb_getnext(cd, conn); in count_conns()