Loading net/ipv4/netfilter/iptable_filter.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ static struct xt_table packet_filter = { .name = "filter", .valid_hooks = FILTER_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* The work comes in here from netfilter.c. */ Loading net/ipv4/netfilter/iptable_mangle.c +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ static struct xt_table packet_mangler = { .name = "mangle", .valid_hooks = MANGLE_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* The work comes in here from netfilter.c. */ Loading net/ipv4/netfilter/iptable_raw.c +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ static struct xt_table packet_raw = { .name = "raw", .valid_hooks = RAW_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* The work comes in here from netfilter.c. */ Loading net/ipv4/netfilter/iptable_security.c +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ static struct xt_table security_table = { .name = "security", .valid_hooks = SECURITY_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; static unsigned int Loading net/ipv4/netfilter/nf_nat_rule.c +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ static struct xt_table nat_table = { .name = "nat", .valid_hooks = NAT_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* Source NAT */ Loading Loading
net/ipv4/netfilter/iptable_filter.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ static struct xt_table packet_filter = { .name = "filter", .valid_hooks = FILTER_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* The work comes in here from netfilter.c. */ Loading
net/ipv4/netfilter/iptable_mangle.c +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ static struct xt_table packet_mangler = { .name = "mangle", .valid_hooks = MANGLE_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* The work comes in here from netfilter.c. */ Loading
net/ipv4/netfilter/iptable_raw.c +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ static struct xt_table packet_raw = { .name = "raw", .valid_hooks = RAW_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* The work comes in here from netfilter.c. */ Loading
net/ipv4/netfilter/iptable_security.c +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ static struct xt_table security_table = { .name = "security", .valid_hooks = SECURITY_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; static unsigned int Loading
net/ipv4/netfilter/nf_nat_rule.c +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ static struct xt_table nat_table = { .name = "nat", .valid_hooks = NAT_VALID_HOOKS, .me = THIS_MODULE, .af = AF_INET, .af = NFPROTO_IPV4, }; /* Source NAT */ Loading