| /src/sys/net/npf/ |
| npf_conn.h | 141 npf_conn_t * npf_conn_establish(npf_cache_t *, const unsigned, bool);
|
| npf_handler.c | 266 con = npf_conn_establish(&npc, di,
|
| npf_conn.c | 84 * routines: npf_conn_inspect() and npf_conn_establish(). Since they 418 * npf_conn_establish: create a new connection, insert into the global list. 424 npf_conn_establish(npf_cache_t *npc, const unsigned di, bool global) function in typeref:typename:npf_conn_t *
|
| npf_nat.c | 769 ncon = npf_conn_establish(npc, di, true);
|
| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_gc_test.c | 55 con = npf_conn_establish(npc, PFIL_IN, true);
|