Searched refs:symhash (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/selinux/ss/
H A Dsymtab.c13 static unsigned int symhash(const void *key) function
38 .hash = symhash,
/linux-master/net/netfilter/
H A Dnft_hash.c202 struct nft_symhash *symhash; local
209 symhash = nft_expr_priv(track->regs[priv->dreg].selector);
210 if (priv->offset != symhash->offset ||
211 priv->modulus != symhash->modulus) {

Completed in 178 milliseconds