OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_ZONE_FREE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h
106
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \
122
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \
148
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \
156
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \
196
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_net), (__net)); \
244
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_net), (__net)); \
sctp_pcb.c
[
all
...]
sctp_os_userspace.h
712
/* __Userspace__
SCTP_ZONE_FREE
: free element from the zone */
713
#define
SCTP_ZONE_FREE
(zone, element) { \
745
/* __Userspace__
SCTP_ZONE_FREE
: free element from the zone */
746
#define
SCTP_ZONE_FREE
(zone, element) \
[
all
...]
sctp_asconf.c
656
SCTP_ZONE_FREE
(SCTP_BASE_INFO(ipi_zone_asconf_ack), ack);
[
all
...]
sctputil.c
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c
200
SCTP_ZONE_FREE
(zone_mbuf, m);
652
SCTP_ZONE_FREE
(zone_clust, m->m_ext.ext_buf);
653
SCTP_ZONE_FREE
(zone_ext_refcnt, (u_int*)m->m_ext.ref_cnt);
676
SCTP_ZONE_FREE
(zone_mbuf, m);
[
all
...]
Completed in 213 milliseconds