Searched refs:IPSET_MAXNAMELEN (Results 1 – 4 of 4) sorted by relevance
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 45 #define STRNCMP(a, b) (strncmp(a, b, IPSET_MAXNAMELEN) == 0) 894 strscpy_pad(name, set->name, IPSET_MAXNAMELEN); in ip_set_name_byindex() 993 .len = IPSET_MAXNAMELEN - 1 }, 995 .len = IPSET_MAXNAMELEN - 1}, 1092 strscpy(set->name, name, IPSET_MAXNAMELEN); in ip_set_create() 1186 .len = IPSET_MAXNAMELEN - 1 }, 1352 .len = IPSET_MAXNAMELEN - 1 }, 1354 .len = IPSET_MAXNAMELEN - 1 }, 1389 strscpy_pad(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename() 1411 char from_name[IPSET_MAXNAMELEN]; in ip_set_swap() [all …]
|
| H A D | ip_set_list_set.c | 486 char name[IPSET_MAXNAMELEN]; in list_set_list() 663 .len = IPSET_MAXNAMELEN }, 665 .len = IPSET_MAXNAMELEN },
|
| /linux/include/uapi/linux/netfilter/ipset/ |
| H A D | ip_set.h | 17 #define IPSET_MAXNAMELEN 32 macro 284 char name[IPSET_MAXNAMELEN];
|
| /linux/include/linux/netfilter/ipset/ |
| H A D | ip_set.h | 212 char name[IPSET_MAXNAMELEN]; 250 char name[IPSET_MAXNAMELEN];
|