OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_rnext
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat6.c
241
np = &(*np)->
in_rnext
;
242
n->
in_rnext
= NULL;
316
if (n->
in_rnext
!= NULL)
317
n->
in_rnext
->in_prnext = n->in_prnext;
318
*n->in_prnext = n->
in_rnext
;
3053
for (np = softn->ipf_nat_rdr_rules[hv]; np; np = np->
in_rnext
) {
ip_nat.c
656
np = &(*np)->
in_rnext
;
657
n->
in_rnext
= NULL;
721
if (n->
in_rnext
)
722
n->
in_rnext
->in_prnext = n->in_prnext;
723
*n->in_prnext = n->
in_rnext
;
5359
npnext = np->
in_rnext
;
5407
if (npnext != np->
in_rnext
) {
5412
npnext = np->
in_rnext
;
8120
np->
in_rnext
= NULL;
8123
npp = &(*npp)->
in_rnext
;
[
all
...]
ip_nat.h
240
struct ipnat *
in_rnext
; /* rdr rule hash next */
member in struct:ipnat
ip_fil_compat.c
563
struct ipnat *
in_rnext
; /* rdr rule hash next */
member in struct:ipnat_4_1_14
600
struct ipnat *
in_rnext
;
member in struct:ipnat_4_1_0
4164
old->
in_rnext
= np->
in_rnext
;
4243
old->
in_rnext
= np->
in_rnext
;
Completed in 23 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025