# # Makefile for the Linux LAPB layer. # obj-$(CONFIG_LAPB) += lapb.o lapb-y := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o ipt>
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-02-01 20:47:59 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-02 23:34:19 -0500
commit8fe809a992639b2013c0d8da2ba55cdea28a959a (patch)
tree6f6fd0428d83432fa0b469773c3b9690cb117d2e /net
parent661091093918657ab544fb8ca91a5ab172a986dc (diff)
net: add LINUX_MIB_PFMEMALLOCDROP counter
Debugging issues caused by pfmemalloc is often tedious. Add a new SNMP counter to more easily diagnose these problems. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Josef Bacik <jbacik@fb.com> Acked-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/core/filter.c5
-rw-r--r--net/ipv4/proc.c1
2 files changed, 4 insertions, 2 deletions
diff --git a/net/core/filter.c b/net/core/filter.c