Searched refs:IPSET_MAXNAMELEN (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/net/netfilter/ipset/ |
| D | ip_set_core.c | 44 #define STRNCMP(a, b) (strncmp(a, b, IPSET_MAXNAMELEN) == 0) 883 strscpy_pad(name, set->name, IPSET_MAXNAMELEN); in ip_set_name_byindex() 982 .len = IPSET_MAXNAMELEN - 1 }, 984 .len = IPSET_MAXNAMELEN - 1}, 1081 strscpy(set->name, name, IPSET_MAXNAMELEN); in ip_set_create() 1174 .len = IPSET_MAXNAMELEN - 1 }, 1300 .len = IPSET_MAXNAMELEN - 1 }, 1302 .len = IPSET_MAXNAMELEN - 1 }, 1337 strscpy_pad(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename() 1359 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-v6.6/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 17 #define IPSET_MAXNAMELEN 32 macro 284 char name[IPSET_MAXNAMELEN];
|
| /Linux-v6.6/include/linux/netfilter/ipset/ |
| D | ip_set.h | 210 char name[IPSET_MAXNAMELEN]; 246 char name[IPSET_MAXNAMELEN];
|