Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netgraph/
H A Dng_l2tp.c790 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
819 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
837 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
869 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
885 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
938 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
1074 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_ctrl()
1121 priv->stats.memoryFailures++; in ng_l2tp_rcvdata()
1393 priv->stats.memoryFailures++; in ng_l2tp_seq_recv_nr()
1474 priv->stats.memoryFailures++; in ng_l2tp_seq_rack_timeout()
[all …]
H A Dng_bridge.c107 counter_u64_t memoryFailures; /* times couldn't get mem or mbuf */ member
420 NG_BRIDGE_COUNTER_ALLOC(memoryFailures); in ng_bridge_newhook()
462 counter_u64_zero(p->memoryFailures); in ng_bridge_clear_link_stats()
480 counter_u64_free(link->stats.memoryFailures); in ng_bridge_free_link()
667 FETCH(memoryFailures); in ng_bridge_rcvmsg()
827 counter_u64_add(ctx->incoming->stats.memoryFailures, 1); in ng_bridge_send_ctx()
860 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata()
909 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata()
921 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata()
H A Dng_one2many.h91 u_int64_t memoryFailures; /* times couldn't get mem or mbuf */ member
H A Dng_pptpgre.h102 u_int32_t memoryFailures; /* times we couldn't allocate memory */ member
H A Dng_pptpgre.c652 priv->stats.memoryFailures++; in ng_pptpgre_xmit()
661 priv->stats.memoryFailures++; in ng_pptpgre_xmit()
777 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
787 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
802 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
974 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
H A Dng_bridge.h109 u_int64_t memoryFailures; /* times couldn't get mem or mbuf */ member
H A Dng_l2tp.h135 u_int32_t memoryFailures; /* times we couldn't allocate memory */ member
H A Dng_one2many.c464 mdst->stats.memoryFailures++; in ng_one2many_rcvdata()