Searched refs:IPSET_MAXNAMELEN (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_core.c | 44 #define STRNCMP(a, b) (strncmp(a, b, IPSET_MAXNAMELEN) == 0) 709 strncpy(name, set->name, IPSET_MAXNAMELEN); in ip_set_name_byindex() 819 .len = IPSET_MAXNAMELEN - 1 }, 821 .len = IPSET_MAXNAMELEN - 1}, 922 strlcpy(set->name, name, IPSET_MAXNAMELEN); in ip_set_create() 1013 .len = IPSET_MAXNAMELEN - 1 }, 1141 .len = IPSET_MAXNAMELEN - 1 }, 1143 .len = IPSET_MAXNAMELEN - 1 }, 1180 strncpy(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename() 1204 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.4/include/uapi/linux/netfilter/ipset/ |
| D | ip_set.h | 21 #define IPSET_MAXNAMELEN 32 macro 282 char name[IPSET_MAXNAMELEN];
|
| /Linux-v5.4/include/linux/netfilter/ipset/ |
| D | ip_set.h | 197 char name[IPSET_MAXNAMELEN]; 231 char name[IPSET_MAXNAMELEN];
|