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 - 2
of
2
) 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);
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 24 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025