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_FORW
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/net/npf/
npf_state_tcp.c
146
[
NPF_FLOW_FORW
] = {
152
[
NPF_FLOW_FORW
] = {
164
[
NPF_FLOW_FORW
] = {
180
[
NPF_FLOW_FORW
] = {
202
[
NPF_FLOW_FORW
] = {
214
[
NPF_FLOW_FORW
] = {
230
[
NPF_FLOW_FORW
] = {
241
[
NPF_FLOW_FORW
] = {
252
[
NPF_FLOW_FORW
] = {
263
[
NPF_FLOW_FORW
] =
[
all
...]
npf_state.c
69
[
NPF_FLOW_FORW
] = NPF_ANY_CONN_NEW,
72
[
NPF_FLOW_FORW
] = NPF_ANY_CONN_NEW,
76
[
NPF_FLOW_FORW
] = NPF_ANY_CONN_ESTABLISHED,
158
ret = npf_state_tcp(npc, nst,
NPF_FLOW_FORW
);
164
nst->nst_state = npf_generic_fsm[nst->nst_state][
NPF_FLOW_FORW
];
npf_connkey.c
92
if (__predict_true(flow ==
NPF_FLOW_FORW
)) {
242
const bool invert = flow !=
NPF_FLOW_FORW
;
363
ret = npf_connkey_setkey(key, alen1, proto, ips, ids,
NPF_FLOW_FORW
);
npf_conn.c
308
npf_flow_t pflow = match ?
NPF_FLOW_FORW
: NPF_FLOW_BACK;
334
if (!npf_conn_conkey(npc, &key, di,
NPF_FLOW_FORW
)) {
474
if (!npf_conn_conkey(npc, fw, di,
NPF_FLOW_FORW
) ||
495
if (!npf_conndb_insert(conn_db, fw, con,
NPF_FLOW_FORW
)) {
922
if (!npf_conndb_insert(cd, fw, con,
NPF_FLOW_FORW
)) {
958
if (!npf_conn_check(con, NULL, 0,
NPF_FLOW_FORW
)) {
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);
524
const unsigned which = npf_nat_which(np->n_type,
NPF_FLOW_FORW
);
594
if (flow ==
NPF_FLOW_FORW
) {
699
*flow = (np->n_type == di) ?
NPF_FLOW_FORW
: NPF_FLOW_BACK;
750
flow =
NPF_FLOW_FORW
;
npf_alg_icmp.c
327
if (flow ==
NPF_FLOW_FORW
|| !npf_iscached(npc, NPC_ICMP))
npf_conndb.c
185
*flow = CONNDB_ISFORW_P(val) ?
NPF_FLOW_FORW
: NPF_FLOW_BACK;
npf_impl.h
141
NPF_FLOW_FORW
= 0,
/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 18 milliseconds
Indexes created Thu Nov 06 16:10:07 GMT 2025