Home
last modified time | relevance | path

Searched refs:lhash (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
Dinet6_hashtables.h31 static inline unsigned int __inet6_ehashfn(const u32 lhash, in __inet6_ehashfn() argument
38 return jhash_3words(lhash, fhash, ports, initval); in __inet6_ehashfn()
/linux-4.1.27/net/ipv6/
Dinet6_hashtables.c33 u32 lhash, fhash; in inet6_ehashfn() local
38 lhash = (__force u32)laddr->s6_addr32[3]; in inet6_ehashfn()
41 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
Dudp.c65 u32 lhash, fhash; in udp6_ehashfn() local
72 lhash = (__force u32)laddr->s6_addr32[3]; in udp6_ehashfn()
75 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c350 __u64 lhash = hash; in ll_get_dir_page() local
400 page = ll_dir_page_locate(dir, &lhash, &start, &end); in ll_get_dir_page()
403 PFID(ll_inode2fid(dir)), lhash, PTR_ERR(page)); in ll_get_dir_page()
424 ll_dir_filler, &lhash); in ll_get_dir_page()
450 lhash = hash >> 32; in ll_get_dir_page()
454 lhash = hash; in ll_get_dir_page()
457 LASSERT(start == lhash); in ll_get_dir_page()
515 __u64 lhash; in ll_dir_read() local
538 lhash = hash >> 32; in ll_dir_read()
540 lhash = hash; in ll_dir_read()
[all …]
/linux-4.1.27/drivers/net/team/
Dteam_mode_loadbalance.c178 uint32_t lhash; in lb_get_skb_hash() local
184 lhash = BPF_PROG_RUN(fp, skb); in lb_get_skb_hash()
185 c = (char *) &lhash; in lb_get_skb_hash()