OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPF_FLOW_BACK
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/net/npf/
npf_state_tcp.c
156
[
NPF_FLOW_BACK
] = {
170
[
NPF_FLOW_BACK
] = {
188
[
NPF_FLOW_BACK
] = {
207
[
NPF_FLOW_BACK
] = {
219
[
NPF_FLOW_BACK
] = {
234
[
NPF_FLOW_BACK
] = {
245
[
NPF_FLOW_BACK
] = {
256
[
NPF_FLOW_BACK
] = {
266
[
NPF_FLOW_BACK
] = {
275
[
NPF_FLOW_BACK
] =
[
all
...]
npf_state.c
73
[
NPF_FLOW_BACK
] = NPF_ANY_CONN_ESTABLISHED,
77
[
NPF_FLOW_BACK
] = NPF_ANY_CONN_ESTABLISHED,
npf_conn.c
308
npf_flow_t pflow = match ? NPF_FLOW_FORW :
NPF_FLOW_BACK
;
475
!npf_conn_conkey(npc, bk, di ^ PFIL_ALL,
NPF_FLOW_BACK
)) {
499
if (!npf_conndb_insert(conn_db, bk, con,
NPF_FLOW_BACK
)) {
608
if (!npf_conndb_insert(conn_db, bk, con,
NPF_FLOW_BACK
)) {
925
if (!npf_conndb_insert(cd, bk, con,
NPF_FLOW_BACK
)) {
npf_conndb.c
185
*flow = CONNDB_ISFORW_P(val) ? NPF_FLOW_FORW :
NPF_FLOW_BACK
;
npf_nat.c
388
CTASSERT(NPF_FLOW_FORW == NPF_SRC &&
NPF_FLOW_BACK
== NPF_DST);
391
KASSERT(flow == NPF_FLOW_FORW || flow ==
NPF_FLOW_BACK
);
699
*flow = (np->n_type == di) ? NPF_FLOW_FORW :
NPF_FLOW_BACK
;
npf_impl.h
142
NPF_FLOW_BACK
= 1,
/src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c
153
(p->flags == OUT) ? NPF_FLOW_FORW :
NPF_FLOW_BACK
);
npf_test_subr.c
237
const int di = forw ? NPF_FLOW_FORW :
NPF_FLOW_BACK
;
Completed in 15 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025