Searched refs:M_NETGRAPH_PPPOE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pppoe.c | 62 static MALLOC_DEFINE(M_NETGRAPH_PPPOE, "netgraph_pppoe", "netgraph pppoe node"); 64 #define M_NETGRAPH_PPPOE M_NETGRAPH macro 662 privp = malloc(sizeof(*privp), M_NETGRAPH_PPPOE, M_WAITOK | M_ZERO); in ng_pppoe_constructor() 711 sp = malloc(sizeof(*sp), M_NETGRAPH_PPPOE, M_NOWAIT | M_ZERO); in ng_pppoe_newhook() 873 neg = malloc(sizeof(*neg), M_NETGRAPH_PPPOE, in ng_pppoe_rcvmsg() 881 free(neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvmsg() 1883 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvdata_ether() 1945 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvdata_ether() 1996 free(privp, M_NETGRAPH_PPPOE); in ng_pppoe_shutdown() 2086 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_disconnect() [all …]
|