Searched refs:SCTP_MALLOC (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.c | 66 SCTP_MALLOC(chklist, sctp_auth_chklist_t *, sizeof(*chklist), in sctp_alloc_chunklist() 248 SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen, in sctp_alloc_key() 461 SCTP_MALLOC(new_key, sctp_sharedkey_t *, sizeof(*new_key), in sctp_alloc_sharedkey() 636 SCTP_MALLOC(new_list, sctp_hmaclist_t *, alloc_size, in sctp_alloc_hmaclist() 783 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo), in sctp_alloc_authinfo()
|
| H A D | sctp_asconf.c | 1262 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() 3214 SCTP_MALLOC(asc, struct sctp_asconf_iterator *, in sctp_addr_mgmt_ep_sa() 3282 SCTP_MALLOC(aa_vtag, struct sctp_asconf_addr *, sizeof(struct sctp_asconf_addr), SCTP_M_ASC_ADDR); in sctp_asconf_send_nat_state_update() 3283 SCTP_MALLOC(aa_add, struct sctp_asconf_addr *, sizeof(struct sctp_asconf_addr), SCTP_M_ASC_ADDR); in sctp_asconf_send_nat_state_update() 3284 SCTP_MALLOC(aa_del, struct sctp_asconf_addr *, sizeof(struct sctp_asconf_addr), SCTP_M_ASC_ADDR); in sctp_asconf_send_nat_state_update()
|
| H A D | sctp_os_bsd.h | 219 #define SCTP_MALLOC(var, type, size, name) \ macro
|
| H A D | sctp_pcb.c | 156 SCTP_MALLOC(vrf, struct sctp_vrf *, sizeof(struct sctp_vrf), in sctp_allocate_vrf() 491 SCTP_MALLOC(new_sctp_ifnp, struct sctp_ifn *, in sctp_add_addr_to_vrf() 499 SCTP_MALLOC(new_sctp_ifap, struct sctp_ifa *, sizeof(struct sctp_ifa), SCTP_M_IFA); in sctp_add_addr_to_vrf() 4608 SCTP_MALLOC(twait_block, struct sctp_tagblock *, in sctp_add_vtag_to_timewait() 5551 SCTP_MALLOC(qent, struct sctp_mcore_queue *, in sctp_queue_to_mcore() 5650 SCTP_MALLOC(sctp_mcore_workers, struct sctp_mcore_ctrl *, in sctp_startup_mcore_threads() 5667 SCTP_MALLOC(sctp_cpuarry, int *, in sctp_startup_mcore_threads() 5708 SCTP_MALLOC(SCTP_BASE_STATS, struct sctpstat *, in sctp_pcb_init() 7043 SCTP_MALLOC(it, struct sctp_iterator *, sizeof(struct sctp_iterator), in sctp_initiate_iterator()
|
| H A D | sctputil.c | 1277 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *, in sctp_init_asoc() 1316 SCTP_MALLOC(asoc->mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1324 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1416 SCTP_MALLOC(new_array1, uint8_t *, new_size, SCTP_M_MAP); in sctp_expand_mapping_array() 1417 SCTP_MALLOC(new_array2, uint8_t *, new_size, SCTP_M_MAP); in sctp_expand_mapping_array() 1628 SCTP_MALLOC(asc, struct sctp_asconf_iterator *, in sctp_handle_addr_wq()
|
| H A D | sctp_input.c | 399 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt * in sctp_process_init() 3814 SCTP_MALLOC(liste, struct sctp_stream_reset_list *, in sctp_handle_str_reset_request_out() 3881 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *, in sctp_handle_str_reset_add_strm()
|
| H A D | sctp_output.c | 3618 SCTP_MALLOC(tmp_str, in sctp_process_cmsgs_for_init() 6836 SCTP_MALLOC(ca, struct sctp_copy_all *, sizeof(struct sctp_copy_all), in sctp_sendall() 12143 SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *, in sctp_send_str_reset_req()
|
| H A D | sctp_usrreq.c | 6911 SCTP_MALLOC(optval, void *, optsize, SCTP_M_SOCKOPT);
|