netfilter: xt_qtaguid: add missing tracking for no filp case
authorJP Abgrall <jpa@google.com>
Thu, 29 Sep 2011 23:29:53 +0000 (16:29 -0700)
committerJP Abgrall <jpa@google.com>
Fri, 30 Sep 2011 02:14:27 +0000 (19:14 -0700)
commit5c351065923f6c954d54976839766fc60b4918f3
treec34735d163ec033398105b1f484fd215de2e0518
parentf73747b051bbb237a9f53120aff39c30af9c000e
netfilter: xt_qtaguid: add missing tracking for no filp case

In cases where the skb would have an sk_socket but no file, that skb
would not be counted at all. Assigning to uid 0 now.

Adding extra counters to track skb counts.

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