aboutsummaryrefslogtreecommitdiffstats
path: root/mm/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/util.c')
0 files changed, 0 insertions, 0 deletions
ass="hl str">"length", .family = NFPROTO_IPV4, .match = length_mt, .matchsize = sizeof(struct xt_length_info), .me = THIS_MODULE, }, { .name = "length", .family = NFPROTO_IPV6, .match = length_mt6, .matchsize = sizeof(struct xt_length_info), .me = THIS_MODULE, }, }; static int __init length_mt_init(void) { return xt_register_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); } static void __exit length_mt_exit(void) { xt_unregister_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); } module_init(length_mt_init); module_exit(length_mt_exit);