Lines Matching refs:M_NETGRAPH_PPPOE
65 static MALLOC_DEFINE(M_NETGRAPH_PPPOE, "netgraph_pppoe", "netgraph pppoe node");
67 #define M_NETGRAPH_PPPOE M_NETGRAPH macro
676 privp = malloc(sizeof(*privp), M_NETGRAPH_PPPOE, M_WAITOK | M_ZERO); in ng_pppoe_constructor()
725 sp = malloc(sizeof(*sp), M_NETGRAPH_PPPOE, M_NOWAIT | M_ZERO); in ng_pppoe_newhook()
887 neg = malloc(sizeof(*neg), M_NETGRAPH_PPPOE, in ng_pppoe_rcvmsg()
895 free(neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvmsg()
1897 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvdata_ether()
1959 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvdata_ether()
2010 free(privp, M_NETGRAPH_PPPOE); in ng_pppoe_shutdown()
2104 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_disconnect()
2106 free(sp, M_NETGRAPH_PPPOE); in ng_pppoe_disconnect()