Searched refs:SCTP_MALLOC (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 69 SCTP_MALLOC(chklist, sctp_auth_chklist_t *, sizeof(*chklist), in sctp_alloc_chunklist() 253 SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen, in sctp_alloc_key() 467 SCTP_MALLOC(new_key, sctp_sharedkey_t *, sizeof(*new_key), in sctp_alloc_sharedkey() 643 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist() 799 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
|
D | sctp_asconf.c | 1300 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_queue_mgmt() 1514 SCTP_MALLOC(aa, struct sctp_asconf_addr *, sizeof(*aa), in sctp_asconf_queue_sa_delete() 3274 SCTP_MALLOC(asc, struct sctp_asconf_iterator *, in sctp_addr_mgmt_ep_sa() 3344 SCTP_MALLOC(aa_vtag, struct sctp_asconf_addr *, sizeof(struct sctp_asconf_addr), SCTP_M_ASC_ADDR); in sctp_asconf_send_nat_state_update() 3345 SCTP_MALLOC(aa_add, struct sctp_asconf_addr *, sizeof(struct sctp_asconf_addr), SCTP_M_ASC_ADDR); in sctp_asconf_send_nat_state_update() 3346 SCTP_MALLOC(aa_del, struct sctp_asconf_addr *, sizeof(struct sctp_asconf_addr), SCTP_M_ASC_ADDR); in sctp_asconf_send_nat_state_update()
|
D | sctp_pcb.c | 217 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf), 565 SCTP_MALLOC(new_sctp_ifnp, struct sctp_ifn *, 573 SCTP_MALLOC(new_sctp_ifap, struct sctp_ifa *, sizeof(struct sctp_ifa), SCTP_M_IFA); 2914 SCTP_MALLOC(inp->m_vrf_ids, uint32_t *, 5376 SCTP_MALLOC(twait_block, struct sctp_tagblock *, 6355 SCTP_MALLOC(qent, struct sctp_mcore_queue *, 6454 SCTP_MALLOC(sctp_mcore_workers, struct sctp_mcore_ctrl *, 6471 SCTP_MALLOC(sctp_cpuarry, int *, 6566 SCTP_MALLOC(SCTP_BASE_STATS, struct sctpstat *, 8073 SCTP_MALLOC(it, struct sctp_iterator *, sizeof(struct sctp_iterator),
|
D | sctp_os_userspace.h | 663 #define SCTP_MALLOC(var, type, size, name) \ macro
|
D | sctputil.c | 1320 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *, in sctp_init_asoc() 1359 SCTP_MALLOC(asoc->mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1367 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1458 SCTP_MALLOC(new_array1, uint8_t *, new_size, SCTP_M_MAP); in sctp_expand_mapping_array() 1459 SCTP_MALLOC(new_array2, uint8_t *, new_size, SCTP_M_MAP); in sctp_expand_mapping_array() 1693 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() 4188 SCTP_MALLOC(liste, struct sctp_stream_reset_list *, 4256 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *,
|
D | sctp_output.c | 3738 SCTP_MALLOC(tmp_str, 7404 SCTP_MALLOC(ca, struct sctp_copy_all *, sizeof(struct sctp_copy_all), 12944 SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,
|
D | sctp_usrreq.c | 4998 SCTP_MALLOC(tarray, uint32_t *, 7798 SCTP_MALLOC(optval, void *, optsize, SCTP_M_SOCKOPT);
|