Home
last modified time | relevance | path

Searched refs:M_NETGRAPH_PPPOE (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/netgraph/
H A Dng_pppoe.c61 static MALLOC_DEFINE(M_NETGRAPH_PPPOE, "netgraph_pppoe", "netgraph pppoe node");
63 #define M_NETGRAPH_PPPOE M_NETGRAPH macro
663 privp = malloc(sizeof(*privp), M_NETGRAPH_PPPOE, M_WAITOK | M_ZERO); in ng_pppoe_constructor()
712 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()
1877 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvdata_ether()
1939 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_rcvdata_ether()
1990 free(privp, M_NETGRAPH_PPPOE); in ng_pppoe_shutdown()
2080 free(sp->neg, M_NETGRAPH_PPPOE); in ng_pppoe_disconnect()
[all …]