Searched refs:M_NETGRAPH_PPPOE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | 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() [all …]
|