netfilter: xt_qtaguid: start tracking iface rx/tx at low level
authorJP Abgrall <jpa@google.com>
Fri, 27 Apr 2012 19:57:39 +0000 (12:57 -0700)
committerJP Abgrall <jpa@google.com>
Fri, 4 May 2012 22:00:40 +0000 (15:00 -0700)
commit434b9914eec503fc0eaaa52908765bca6430d22b
tree166ef3cbb2f25f0c616db5a7314536d8a4c4b749
parentf109fa626b97c4c7d213bfcd5cdb557a4e87d0ec
netfilter: xt_qtaguid: start tracking iface rx/tx at low level

qtaguid tracks the device stats by monitoring when it goes up and down,
then it gets the dev_stats().
But devs don't correctly report stats (either they don't count headers
symmetrically between rx/tx, or they count internal control messages).

Now qtaguid counts the rx/tx bytes/packets during raw:prerouting and
mangle:postrouting (nat is not available in ipv6).

The results are in
  /proc/net/xt_qtaguid/iface_stat_fmt
which outputs a format line (bash expansion):
  ifname  total_skb_{rx,tx}_{bytes,packets}

Added event counters for pre/post handling.
Added extra ctrl_*() pid/uid debugging.

Change-Id: Id84345d544ad1dd5f63e3842cab229e71d339297
Signed-off-by: JP Abgrall <jpa@google.com>
net/netfilter/xt_qtaguid.c
net/netfilter/xt_qtaguid_internal.h
net/netfilter/xt_qtaguid_print.c