OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inp_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
dccp_usrreq.c
2459
struct inpcb *inp, **
inp_list
;
local in function:dccp_pcblist
2500
inp_list
= malloc(n * sizeof *
inp_list
, M_TEMP, M_WAITOK);
2501
if (
inp_list
== 0)
2508
inp = LIST_NEXT(inp,
inp_list
)) {
2516
inp_list
[i++] = inp;
2525
inp =
inp_list
[i];
2564
free(
inp_list
, M_TEMP);
Completed in 17 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025