OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipt_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
fil.c
7391
next = it->
ipt_next
;
7423
for (it = softc->ipf_token_head; it != NULL; it = it->
ipt_next
) {
7476
for (it = softc->ipf_token_head; it != NULL; it = it->
ipt_next
) {
7508
softc->ipf_token_tail = &it->
ipt_next
;
7509
it->
ipt_next
= NULL;
7536
if (softc->ipf_token_tail == &token->
ipt_next
)
7539
*token->ipt_pnext = token->
ipt_next
;
7540
if (token->
ipt_next
!= NULL)
7541
token->
ipt_next
->ipt_pnext = token->ipt_pnext;
7542
token->
ipt_next
= NULL
[
all
...]
ip_fil.h
1540
struct ipftoken *
ipt_next
;
member in struct:ipftoken
Completed in 21 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025