Searched refs:SCTP_MALLOC (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 67 SCTP_MALLOC(chklist, sctp_auth_chklist_t *, sizeof(*chklist), in sctp_alloc_chunklist() 266 SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen, in sctp_alloc_key() 480 SCTP_MALLOC(new_key, sctp_sharedkey_t *, sizeof(*new_key), in sctp_alloc_sharedkey() 657 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist() 814 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
|
D | sctp_asconf.c | 1264 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_queue_mgmt() 1477 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_queue_sa_delete() 3247 SCTP_MALLOC(asc, struct sctp_asconf_iterator *, in sctp_addr_mgmt_ep_sa() 3311 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_send_nat_state_update() 3331 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_send_nat_state_update() 3364 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_send_nat_state_update()
|
D | sctp_pcb.c | 223 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf), 592 SCTP_MALLOC(sctp_ifnp, struct sctp_ifn *, 669 SCTP_MALLOC(sctp_ifap, struct sctp_ifa *, sizeof(struct sctp_ifa), SCTP_M_IFA); 2870 SCTP_MALLOC(inp->m_vrf_ids, uint32_t *, 5284 SCTP_MALLOC(twait_block, struct sctp_tagblock *, 6362 SCTP_MALLOC(qent, struct sctp_mcore_queue *, 6467 SCTP_MALLOC(sctp_mcore_workers, struct sctp_mcore_ctrl *, 6484 SCTP_MALLOC(sctp_cpuarry, int *, 6573 SCTP_MALLOC(SCTP_BASE_STATS, struct sctpstat *, 7909 SCTP_MALLOC(it, struct sctp_iterator *, sizeof(struct sctp_iterator),
|
D | sctp_os_userspace.h | 680 #define SCTP_MALLOC(var, type, size, name) \ macro
|
D | sctputil.c | 1116 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *, in sctp_init_asoc() 1144 SCTP_MALLOC(asoc->mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1152 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1240 SCTP_MALLOC(new_array1, uint8_t *, new_size, SCTP_M_MAP); in sctp_expand_mapping_array() 1241 SCTP_MALLOC(new_array2, uint8_t *, new_size, SCTP_M_MAP); in sctp_expand_mapping_array() 1462 SCTP_MALLOC(asc, struct sctp_asconf_iterator *, in sctp_handle_addr_wq()
|
D | sctp_input.c | 424 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt * in sctp_process_init() 4007 SCTP_MALLOC(liste, struct sctp_stream_reset_list *, 4074 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *,
|
D | sctp_usrreq.c | 4541 SCTP_MALLOC(tarray, uint32_t *, 6747 SCTP_MALLOC(optval, void *, optsize, SCTP_M_SOCKOPT);
|
D | sctp_output.c | 3539 SCTP_MALLOC(tmp_str, 7064 SCTP_MALLOC(ca, struct sctp_copy_all *, sizeof(struct sctp_copy_all), 12399 SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,
|