Searched refs:IPSET_MAXNAMELEN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_core.c | 47 #define STRNCMP(a, b) (strncmp(a, b, IPSET_MAXNAMELEN) == 0) 809 .len = IPSET_MAXNAMELEN - 1 }, 811 .len = IPSET_MAXNAMELEN - 1}, 912 strlcpy(set->name, name, IPSET_MAXNAMELEN); in ip_set_create() 1003 .len = IPSET_MAXNAMELEN - 1 }, 1131 .len = IPSET_MAXNAMELEN - 1 }, 1133 .len = IPSET_MAXNAMELEN - 1 }, 1170 strncpy(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename() 1194 char from_name[IPSET_MAXNAMELEN]; in ip_set_swap() 1226 strncpy(from_name, from->name, IPSET_MAXNAMELEN); in ip_set_swap() [all …]
|
D | ip_set_list_set.c | 649 .len = IPSET_MAXNAMELEN }, 651 .len = IPSET_MAXNAMELEN },
|
/Linux-v4.19/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 20 #define IPSET_MAXNAMELEN 32 macro 277 char name[IPSET_MAXNAMELEN];
|
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set.h | 200 char name[IPSET_MAXNAMELEN]; 234 char name[IPSET_MAXNAMELEN];
|