Searched refs:M_PCB (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/netinet/ |
H A D | in_pcb.c | 183 table->inpt_hashtbl = hashinit(hashsize, M_PCB, M_WAITOK, in in_pcbinit() 185 table->inpt_lhashtbl = hashinit(hashsize, M_PCB, M_WAITOK, in in_pcbinit() 1143 nhashtbl = hashinit(hashsize, M_PCB, M_NOWAIT, &nmask); in in_pcbresize() 1146 nlhashtbl = hashinit(hashsize, M_PCB, M_NOWAIT, &nlmask); in in_pcbresize() 1148 hashfree(nhashtbl, hashsize, M_PCB); in in_pcbresize() 1164 hashfree(ohashtbl, osize, M_PCB); in in_pcbresize() 1165 hashfree(olhashtbl, osize, M_PCB); in in_pcbresize()
|
/openbsd/sys/net/ |
H A D | if_ethersubr.c | 1410 ep = malloc(sizeof(*ep), M_PCB, (wait ? M_WAITOK : M_NOWAIT) | M_ZERO); in ether_frm_attach() 1469 free(epg, M_PCB, sizeof(*epg)); in ether_frm_detach() 1472 free(ep, M_PCB, sizeof(*ep)); in ether_frm_detach() 1816 free(epg, M_PCB, sizeof(*epg)); in ether_frm_group_detach() 1875 epg = malloc(sizeof(*epg), M_PCB, M_DONTWAIT); in ether_frm_group() 1919 free(epg, M_PCB, sizeof(*epg)); in ether_frm_group() 1932 free(epg, M_PCB, sizeof(*epg)); in ether_frm_group()
|
/openbsd/sys/sys/ |
H A D | malloc.h | 69 #define M_PCB 4 /* protocol control blocks */ macro
|
/openbsd/sys/netinet6/ |
H A D | raw_ip6.c | 617 inp->inp_icmp6filt = malloc(sizeof(struct icmp6_filter), M_PCB, in rip6_attach() 640 free(inp->inp_icmp6filt, M_PCB, sizeof(struct icmp6_filter)); in rip6_detach()
|
H A D | icmp6.c | 222 mc = malloc(sizeof(*mc), M_PCB, M_NOWAIT); in icmp6_mtudisc_callback_register()
|