OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:av_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tcplike.h
135
struct ack_list *
av_list
;
member in struct:tcplike_recv_ccb
dccp_tcplike.c
906
a = cb->
av_list
;
908
cb->
av_list
= a->next;
910
a = cb->
av_list
;
1025
a->next = cb->
av_list
;
1026
cb->
av_list
= a;
1030
* Searches the
av_list
. if 'localseq' found, drop it from list and return
1040
a = cb->
av_list
;
1048
cb->
av_list
= n;
Completed in 11 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025