Searched refs:IPSET_MAXNAMELEN (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/netfilter/ipset/ |
| D | ip_set_core.c | 44 #define STRNCMP(a, b) (strncmp(a, b, IPSET_MAXNAMELEN) == 0) 877 strncpy(name, set->name, IPSET_MAXNAMELEN); in ip_set_name_byindex() 987 .len = IPSET_MAXNAMELEN - 1 }, 989 .len = IPSET_MAXNAMELEN - 1}, 1090 strlcpy(set->name, name, IPSET_MAXNAMELEN); in ip_set_create() 1181 .len = IPSET_MAXNAMELEN - 1 }, 1309 .len = IPSET_MAXNAMELEN - 1 }, 1311 .len = IPSET_MAXNAMELEN - 1 }, 1348 strncpy(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename() 1372 char from_name[IPSET_MAXNAMELEN]; in ip_set_swap() [all …]
|
| D | ip_set_list_set.c | 489 char name[IPSET_MAXNAMELEN]; in list_set_list() 650 .len = IPSET_MAXNAMELEN }, 652 .len = IPSET_MAXNAMELEN },
|
| /Linux-v5.10/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 21 #define IPSET_MAXNAMELEN 32 macro 284 char name[IPSET_MAXNAMELEN];
|
| /Linux-v5.10/include/linux/netfilter/ipset/ |
| D | ip_set.h | 206 char name[IPSET_MAXNAMELEN]; 240 char name[IPSET_MAXNAMELEN];
|