Searched refs:os_match (Results 1 - 1 of 1) sorted by path

/linux-master/net/netfilter/
H A Dnft_osf.c26 char os_match[NFT_OSF_MAXGENRELEN]; local
51 snprintf(os_match, NFT_OSF_MAXGENRELEN, "%s:%s",
54 strscpy(os_match, data.genre, NFT_OSF_MAXGENRELEN);
56 strscpy_pad((char *)dest, os_match, NFT_OSF_MAXGENRELEN);

Completed in 188 milliseconds