OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:su_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_sync.c
131
u_int
su_tail
; /* next sync update entry to read */
member in struct:ipf_sync_softc_s
227
softs->
su_tail
= 0;
593
(softs->
su_tail
== softs->su_idx)) {
647
while ((softs->
su_tail
< softs->su_idx) &&
649
su = softs->syncupd + softs->
su_tail
;
650
softs->
su_tail
++;
661
if (softs->
su_tail
== softs->su_idx)
662
softs->
su_tail
= softs->su_idx = 0;
1291
(softs->
su_tail
- softs->su_idx);
1295
softs->
su_tail
= 0
[
all
...]
ip_sync.c
131
u_int
su_tail
; /* next sync update entry to read */
member in struct:ipf_sync_softc_s
227
softs->
su_tail
= 0;
593
(softs->
su_tail
== softs->su_idx)) {
647
while ((softs->
su_tail
< softs->su_idx) &&
649
su = softs->syncupd + softs->
su_tail
;
650
softs->
su_tail
++;
661
if (softs->
su_tail
== softs->su_idx)
662
softs->
su_tail
= softs->su_idx = 0;
1291
(softs->
su_tail
- softs->su_idx);
1295
softs->
su_tail
= 0
[
all
...]
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025