Home
last modified time | relevance | path

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

/netbsd/sys/net/npf/
H A Dnpf_conn.h175 npf_conn_t * npf_conndb_getlist(npf_conndb_t *);
H A Dnpf_conndb.c278 npf_conndb_getlist(npf_conndb_t *cd) in npf_conndb_getlist() function
H A Dnpf_conn.c788 head = npf_conndb_getlist(conn_db); in npf_conndb_export()
/netbsd/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_gc_test.c22 npf_conn_t *head = npf_conndb_getlist(cd), *conn = head; in count_conns()