Searched refs:M_NETGRAPH_PPTP (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pptpgre.c | 77 static MALLOC_DEFINE(M_NETGRAPH_PPTP, "netgraph_pptp", "netgraph pptpgre node"); 79 #define M_NETGRAPH_PPTP M_NETGRAPH macro 329 priv = malloc(sizeof(*priv), M_NETGRAPH_PPTP, M_WAITOK | M_ZERO); in ng_pptpgre_constructor() 389 hpriv = malloc(sizeof(*hpriv), M_NETGRAPH_PPTP, M_NOWAIT | M_ZERO); in ng_pptpgre_newhook() 551 free(hpriv, M_NETGRAPH_PPTP); in ng_pptpgre_disconnect() 575 free(priv, M_NETGRAPH_PPTP); in ng_pptpgre_shutdown() 740 free(np, M_NETGRAPH_PPTP); in ng_pptpgre_sendq() 976 np = malloc(sizeof(*np), M_NETGRAPH_PPTP, M_NOWAIT | M_ZERO); in ng_pptpgre_rcvdata_lower() 1272 free(np, M_NETGRAPH_PPTP); in ng_pptpgre_reset()
|