OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nat_ref
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printnatfield.c
152
PRINTF("%d", n->
nat_ref
);
/src/sys/external/bsd/ipf/netinet/
ip_nat.c
2329
nat->
nat_ref
--;
2330
ASSERT(nat->
nat_ref
>= 0);
2351
* NL_DESTROY should only be passed in when we've got
nat_ref
>= 2.
2356
if (nat->
nat_ref
> 2) {
2357
nat->
nat_ref
-= 2;
2363
} else if (nat->
nat_ref
> 1) {
2364
nat->
nat_ref
--;
2370
ASSERT(nat->
nat_ref
>= 0);
2373
nat->
nat_ref
= 0;
2379
* At this point,
nat_ref
can be either 0 or -
[
all
...]
ip_fil_compat.c
689
int
nat_ref
;
member in struct:nat_4_1_25
732
int
nat_ref
;
member in struct:nat_4_1_14
774
int
nat_ref
;
member in struct:nat_4_1_3
4592
old->
nat_ref
= nat->
nat_ref
;
4651
old->
nat_ref
= nat->
nat_ref
;
4709
old->
nat_ref
= nat->
nat_ref
;
ip_nat.h
149
int
nat_ref
; /* reference count */
member in struct:nat
ip_nat6.c
1321
nat->
nat_ref
= nat->nat_me ? 2 : 1;
/src/external/bsd/ipf/dist/
ip_fil_compat.c
689
int
nat_ref
;
member in struct:nat_4_1_25
732
int
nat_ref
;
member in struct:nat_4_1_14
774
int
nat_ref
;
member in struct:nat_4_1_3
4710
old->
nat_ref
= nat->
nat_ref
;
4771
old->
nat_ref
= nat->
nat_ref
;
4831
old->
nat_ref
= nat->
nat_ref
;
ip_nat6.c
1350
nat->
nat_ref
= nat->nat_me ? 2 : 1;
Completed in 28 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026