Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_l2tp.c788 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
817 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
835 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
867 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
883 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
936 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_lower()
1072 priv->stats.memoryFailures++; in ng_l2tp_rcvdata_ctrl()
1119 priv->stats.memoryFailures++; in ng_l2tp_rcvdata()
1390 priv->stats.memoryFailures++; in ng_l2tp_seq_recv_nr()
1471 priv->stats.memoryFailures++; in ng_l2tp_seq_rack_timeout()
[all …]
H A Dng_bridge.c102 counter_u64_t memoryFailures; /* times couldn't get mem or mbuf */ member
451 NG_BRIDGE_COUNTER_ALLOC(memoryFailures); in ng_bridge_newhook()
494 counter_u64_zero(p->memoryFailures); in ng_bridge_clear_link_stats()
512 counter_u64_free(link->stats.memoryFailures); in ng_bridge_free_link()
627 FETCH(memoryFailures); in ng_bridge_rcvmsg()
728 counter_u64_add(dst->stats.memoryFailures, 1); in ng_bridge_send_data()
789 counter_u64_add(ctx->incoming->stats.memoryFailures, 1); in ng_bridge_send_ctx()
821 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata()
870 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata()
882 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata()
H A Dng_one2many.h89 u_int64_t memoryFailures; /* times couldn't get mem or mbuf */ member
H A Dng_pptpgre.h100 u_int32_t memoryFailures; /* times we couldn't allocate memory */ member
H A Dng_pptpgre.c656 priv->stats.memoryFailures++; in ng_pptpgre_xmit()
665 priv->stats.memoryFailures++; in ng_pptpgre_xmit()
781 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
791 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
806 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
978 priv->stats.memoryFailures++; in ng_pptpgre_rcvdata_lower()
H A Dng_bridge.h86 u_int64_t memoryFailures; /* times couldn't get mem or mbuf */ member
H A Dng_l2tp.h133 u_int32_t memoryFailures; /* times we couldn't allocate memory */ member
H A Dng_one2many.c462 mdst->stats.memoryFailures++; in ng_one2many_rcvdata()