lhash 194 drivers/net/team/team_mode_loadbalance.c uint32_t lhash; lhash 200 drivers/net/team/team_mode_loadbalance.c lhash = BPF_PROG_RUN(fp, skb); lhash 201 drivers/net/team/team_mode_loadbalance.c c = (char *) &lhash; lhash 27 include/net/inet6_hashtables.h static inline unsigned int __inet6_ehashfn(const u32 lhash, lhash 34 include/net/inet6_hashtables.h return jhash_3words(lhash, fhash, ports, initval); lhash 31 net/ipv6/inet6_hashtables.c u32 lhash, fhash; lhash 36 net/ipv6/inet6_hashtables.c lhash = (__force u32)laddr->s6_addr32[3]; lhash 39 net/ipv6/inet6_hashtables.c return __inet6_ehashfn(lhash, lport, fhash, fport, lhash 66 net/ipv6/udp.c u32 lhash, fhash; lhash 73 net/ipv6/udp.c lhash = (__force u32)laddr->s6_addr32[3]; lhash 76 net/ipv6/udp.c return __inet6_ehashfn(lhash, lport, fhash, fport, lhash 60 net/rds/connection.c u32 lhash, fhash, hash; lhash 65 net/rds/connection.c lhash = (__force u32)laddr->s6_addr32[3]; lhash 71 net/rds/connection.c hash = __inet_ehashfn(lhash, 0, fhash, 0, rds_hash_secret);