OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:natp
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/net/npf/
npf_ruleset.c
448
const npf_natpolicy_t *
natp
= rl->r_natp;
local in function:npf_ruleset_export
456
if (
natp
&& (error = npf_natpolicy_export(
natp
, rule)) != 0) {
npf_ruleset.c
448
const npf_natpolicy_t *
natp
= rl->r_natp;
local in function:npf_ruleset_export
456
if (
natp
&& (error = npf_natpolicy_export(
natp
, rule)) != 0) {
/src/sys/external/bsd/ipf/netinet/
ip_nat6.c
2101
nat_t **
natp
;
local in function:ipf_nat6_tabmove
2143
natp
= &softn->ipf_nat_table[0][hv0];
2144
if (*
natp
)
2145
(*
natp
)->nat_phnext[0] = &nat->nat_hnext[0];
2146
nat->nat_phnext[0] =
natp
;
2147
nat->nat_hnext[0] = *
natp
;
2148
*
natp
= nat;
2151
natp
= &softn->ipf_nat_table[1][hv1];
2152
if (*
natp
)
2153
(*
natp
)->nat_phnext[1] = &nat->nat_hnext[1]
[
all
...]
ip_nat6.c
2101
nat_t **
natp
;
local in function:ipf_nat6_tabmove
2143
natp
= &softn->ipf_nat_table[0][hv0];
2144
if (*
natp
)
2145
(*
natp
)->nat_phnext[0] = &nat->nat_hnext[0];
2146
nat->nat_phnext[0] =
natp
;
2147
nat->nat_hnext[0] = *
natp
;
2148
*
natp
= nat;
2151
natp
= &softn->ipf_nat_table[1][hv1];
2152
if (*
natp
)
2153
(*
natp
)->nat_phnext[1] = &nat->nat_hnext[1]
[
all
...]
ip_nat.c
3476
nat_t **
natp
;
local in function:ipf_nat_hashtab_add
3517
natp
= &softn->ipf_nat_table[0][hv0];
3518
nat->nat_phnext[0] =
natp
;
3519
nat->nat_hnext[0] = *
natp
;
3520
if (*
natp
) {
3521
(*
natp
)->nat_phnext[0] = &nat->nat_hnext[0];
3525
*
natp
= nat;
3531
natp
= &softn->ipf_nat_table[1][hv1];
3532
nat->nat_phnext[1] =
natp
;
3533
nat->nat_hnext[1] = *
natp
;
4261
nat_t **
natp
;
local in function:ipf_nat_tabmove
6666
nat_t *nat, **
natp
;
local in function:ipf_nat_extraflush
7907
nat_t **newtab[2], *nat, **
natp
;
local in function:ipf_nat_rehash
[
all
...]
ip_nat.c
3476
nat_t **
natp
;
local in function:ipf_nat_hashtab_add
3517
natp
= &softn->ipf_nat_table[0][hv0];
3518
nat->nat_phnext[0] =
natp
;
3519
nat->nat_hnext[0] = *
natp
;
3520
if (*
natp
) {
3521
(*
natp
)->nat_phnext[0] = &nat->nat_hnext[0];
3525
*
natp
= nat;
3531
natp
= &softn->ipf_nat_table[1][hv1];
3532
nat->nat_phnext[1] =
natp
;
3533
nat->nat_hnext[1] = *
natp
;
4261
nat_t **
natp
;
local in function:ipf_nat_tabmove
6666
nat_t *nat, **
natp
;
local in function:ipf_nat_extraflush
7907
nat_t **newtab[2], *nat, **
natp
;
local in function:ipf_nat_rehash
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025