Adds socket hook infrastructure (from Patrick McHardy's initial work) to Netfilter, hooking into the sk_filter() function to capture packets arriving at the socket layer. Glue-code (nf_sk.c) determines which family and priority values to set for the NF_SK_HOOK() call. 'skfilter' priorities are added for IPv4 and IPv6.