/src/usr.sbin/npf/npftest/libnpftest/ |
npf_gc_test.c | 97 npf_conndb_gc(npf, cd, false, false); 105 npf_conndb_gc(npf, cd, true, false);
|
/src/sys/net/npf/ |
npf_conn.h | 178 void npf_conndb_gc(npf_t *, npf_conndb_t *, bool, bool);
|
npf_conndb.c | 382 * npf_conndb_gc: garbage collect the expired connections. 389 npf_conndb_gc(npf_t *npf, npf_conndb_t *cd, bool flush, bool sync) function in typeref:typename:void
|
npf_conn.c | 238 npf_conndb_gc(npf, odb, true, false); 765 npf_conndb_gc(npf, conn_db, false, true);
|
npf_ctl.c | 555 npf_conndb_gc(npf, cd, true, false);
|