Searched refs:mallocsize (Results 1 – 1 of 1) sorted by relevance
46 int mallocsize, orig_numsrc, cpsize, rtnerr; in getsourcefilter() local48 mallocsize = (*numsrc == 0) ? in getsourcefilter()50 gf = (struct group_filter *)malloc(mallocsize); in getsourcefilter()106 int mallocsize, rtnerr; in setsourcefilter() local108 mallocsize = (numsrc == 0) ? in setsourcefilter()110 gf = (struct group_filter *)malloc(mallocsize); in setsourcefilter()162 int mallocsize, orig_numsrc, cpsize, rtnerr; in getipv4sourcefilter() local164 mallocsize = (*numsrc == 0) ? in getipv4sourcefilter()166 imsf = (struct ip_msfilter *)malloc(mallocsize); in getipv4sourcefilter()201 int mallocsize, rtnerr; in setipv4sourcefilter() local[all …]