[SK_BUFF]: Introduce skb_mac_header()
[deliverable/linux.git] / net / ipv4 / netfilter / nf_nat_proto_udp.c
index 8cae6e063bb6331b4ce720af5957b84439983b2d..1c4c70e25cd4bf8135bfd3bcf8b9344ee653bb3b 100644 (file)
@@ -134,8 +134,7 @@ struct nf_nat_protocol nf_nat_protocol_udp = {
        .manip_pkt              = udp_manip_pkt,
        .in_range               = udp_in_range,
        .unique_tuple           = udp_unique_tuple,
-#if defined(CONFIG_IP_NF_CONNTRACK_NETLINK) || \
-    defined(CONFIG_IP_NF_CONNTRACK_NETLINK_MODULE)
+#if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE)
        .range_to_nfattr        = nf_nat_port_range_to_nfattr,
        .nfattr_to_range        = nf_nat_port_nfattr_to_range,
 #endif
This page took 0.039127 seconds and 5 git commands to generate.