Searched refs:jhash_3words (Results 1 - 17 of 17) sorted by relevance

/linux-master/security/selinux/ss/
H A Dcontext.c29 hash = jhash_3words(c->user, c->role, c->type, hash);
H A Dpolicydb.c487 return jhash_3words(key->role, key->type,
/linux-master/include/net/netfilter/
H A Dnf_queue.h52 return jhash_3words((__force u32)iph->saddr,
55 return jhash_3words((__force u32)iph->daddr,
78 return jhash_3words(a, b, c, initval);
/linux-master/net/mptcp/
H A Dsyncookies.c52 i = jhash_3words(seq, net_hash_mix(net),
/linux-master/tools/include/linux/
H A Djhash.h160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) function
/linux-master/include/linux/
H A Djhash.h161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) function
/linux-master/include/net/
H A Dinet6_hashtables.h34 return jhash_3words(lhash, fhash, ports, initval);
H A Dinet_sock.h385 return jhash_3words((__force __u32) laddr,
/linux-master/fs/bcachefs/
H A Dalloc_foreground.h118 (jhash_3words(dev, bucket, bucket >> 32, 0) &
H A Dfs.c177 return jhash_3words(inum.subvol, inum.inum >> 32, inum.inum, JHASH_INITVAL);
/linux-master/net/netfilter/
H A Dxt_HMARK.c125 hash = jhash_3words(src, dst, t->uports.v32, info->hashrnd);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c113 return (jhash_3words(jhash(addr, 16, ip_vs_conn_rnd),
117 return (jhash_3words((__force u32)addr->ip, (__force u32)port, proto,
/linux-master/net/sctp/
H A Dinput.c832 return jhash_3words(addr, ((__force __u32)paddr->v4.sin_port) << 16 |
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1293 hv = jhash_3words(d32[3], d32[4], IPOIB_QPN_MASK & d32[0], 0);
/linux-master/net/mpls/
H A Daf_mpls.c203 hash = jhash_3words(ntohl(v4hdr->saddr),
/linux-master/net/sched/
H A Dcls_api.c174 return jhash_3words(tp->chain->index, tp->prio,
/linux-master/net/xfrm/
H A Dxfrm_policy.c1476 return jhash_3words(a, k->if_id, net_hash_mix(read_pnet(&k->net)),

Completed in 434 milliseconds