os_match           26 net/netfilter/nft_osf.c 	char os_match[NFT_OSF_MAXGENRELEN + 1];
os_match           46 net/netfilter/nft_osf.c 			snprintf(os_match, NFT_OSF_MAXGENRELEN, "%s:%s",
os_match           49 net/netfilter/nft_osf.c 			strlcpy(os_match, data.genre, NFT_OSF_MAXGENRELEN);
os_match           51 net/netfilter/nft_osf.c 		strncpy((char *)dest, os_match, NFT_OSF_MAXGENRELEN);