Home
last modified time | relevance | path

Searched refs:xt_check_proc_name (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/netfilter/ !
H A Dx_tables.h280 int xt_check_proc_name(const char *name, unsigned int size);
/linux/net/netfilter/ !
H A Dxt_hashlimit.c918 ret = xt_check_proc_name(info->name, sizeof(info->name)); in hashlimit_mt_check_v1()
936 ret = xt_check_proc_name(info->name, sizeof(info->name)); in hashlimit_mt_check_v2()
953 ret = xt_check_proc_name(info->name, sizeof(info->name)); in hashlimit_mt_check()
H A Dxt_IDLETIMER.c122 ret = xt_check_proc_name(name, size); in idletimer_check_sysfs_name()
H A Dxt_recent.c368 ret = xt_check_proc_name(info->name, sizeof(info->name)); in recent_mt_check()
H A Dx_tables.c451 * xt_check_proc_name - check that name is suitable for /proc file creation
463 int xt_check_proc_name(const char *name, unsigned int size) in xt_check_proc_name() function
478 EXPORT_SYMBOL(xt_check_proc_name);