OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aparam
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_asconf.c
1266
*
aparam
: parameter to process, will be removed from the queue
1271
struct sctp_asconf_addr *
aparam
, uint32_t flag)
1276
param_type =
aparam
->ap.aph.ph.param_type;
1289
sctp_asconf_addr_mgmt_ack(stcb,
aparam
->ifa, param_type, flag);
1310
TAILQ_REMOVE(&stcb->asoc.asconf_queue,
aparam
, next);
1311
free(
aparam
, M_PCB);
sctp_pcb.c
3027
struct sctp_asconf_addr *
aparam
;
local in function:sctp_free_assoc
3289
aparam
= TAILQ_FIRST(&asoc->asconf_queue);
3290
TAILQ_REMOVE(&asoc->asconf_queue,
aparam
, next);
3291
free(
aparam
, M_PCB);
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025