Searched refs:SCTP_MALLOC (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c67 SCTP_MALLOC(chklist, sctp_auth_chklist_t *, sizeof(*chklist),
251 SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen,
465 SCTP_MALLOC(new_key, sctp_sharedkey_t *, sizeof(*new_key),
642 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size,
799 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
H A Dsctp_asconf.c1259 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa),
1472 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa),
3273 SCTP_MALLOC(asc, struct sctp_asconf_iterator *,
3337 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa),
3357 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa),
3390 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa),
H A Dsctp_pcb.c225 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf),
594 SCTP_MALLOC(sctp_ifnp, struct sctp_ifn *,
671 SCTP_MALLOC(sctp_ifap, struct sctp_ifa *, sizeof(struct sctp_ifa), SCTP_M_IFA);
2960 SCTP_MALLOC(inp->m_vrf_ids, uint32_t *,
5379 SCTP_MALLOC(twait_block, struct sctp_tagblock *,
6457 SCTP_MALLOC(qent, struct sctp_mcore_queue *,
6562 SCTP_MALLOC(sctp_mcore_workers, struct sctp_mcore_ctrl *,
6579 SCTP_MALLOC(sctp_cpuarry, int *,
6668 SCTP_MALLOC(SCTP_BASE_STATS, struct sctpstat *,
8033 SCTP_MALLOC(i
[all...]
H A Dsctp_os_userspace.h684 #define SCTP_MALLOC(var, type, size, name) \ macro
H A Dsctputil.c1123 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *,
1160 SCTP_MALLOC(asoc->mapping_array, uint8_t *, asoc->mapping_array_size,
1168 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size,
1260 SCTP_MALLOC(new_array1, uint8_t *, new_size, SCTP_M_MAP);
1261 SCTP_MALLOC(new_array2, uint8_t *, new_size, SCTP_M_MAP);
1482 SCTP_MALLOC(asc, struct sctp_asconf_iterator *,
H A Dsctp_input.c426 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt *
4000 SCTP_MALLOC(liste, struct sctp_stream_reset_list *,
4067 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *,
H A Dsctp_usrreq.c4808 SCTP_MALLOC(tarray, uint32_t *,
7278 SCTP_MALLOC(optval, void *, optsize, SCTP_M_SOCKOPT);
H A Dsctp_output.c3718 SCTP_MALLOC(tmp_str,
7254 SCTP_MALLOC(ca, struct sctp_copy_all *, sizeof(struct sctp_copy_all),
12592 SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,

Completed in 1470 milliseconds