OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/xen/xen/
xbd_xenbus.c
108
SLIST_ENTRY(xbd_indirect)
in_next
;
324
&sc->sc_indirect[i],
in_next
);
506
SLIST_FOREACH(in, &sc->sc_indirect_head,
in_next
)
904
xbdreq->req_indirect,
in_next
);
1349
SLIST_REMOVE_HEAD(&sc->sc_indirect_head,
in_next
);
/src/sys/external/bsd/ipf/netinet/
ip_nat.c
1078
for (n = softn->ipf_nat_list; n != NULL; n = n->
in_next
)
1456
n->
in_next
= NULL;
1459
softn->ipf_nat_list_tail = &n->
in_next
;
2523
*np->in_pnext = np->
in_next
;
2524
if (np->
in_next
!= NULL)
2525
np->
in_next
->in_pnext = np->in_pnext;
2526
if (softn->ipf_nat_list_tail == &np->
in_next
)
5966
for (n = softn->ipf_nat_list; (n != NULL); n = n->
in_next
) {
6099
np = np->
in_next
, rulen++)
6558
nextipnat = ipn->
in_next
;
[
all
...]
ip_nat.h
238
struct ipnat *
in_next
; /* NAT rule list next */
member in struct:ipnat
ip_fil_compat.c
562
struct ipnat *
in_next
; /* NAT rule list next */
member in struct:ipnat_4_1_14
599
struct ipnat *
in_next
;
member in struct:ipnat_4_1_0
4163
old->
in_next
= np->
in_next
;
4242
old->
in_next
= np->
in_next
;
Completed in 21 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025