#ifndef __NET_NS_HASH_H__ #define __NET_NS_HASH_H__ #include struct net; static inline u32 net_hash_mix(const struct net *net) { #ifdef CONFIG_NET_NS /* * shift this right to eliminate bits, that are * always zeroed */ return (u32)(((unsigned long)net) >> L1_CACHE_SHIFT); #else return 0; #endif } #endif ion/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-12-05 09:41:44 -0200
committerJonathan Corbet <corbet@lwn.net>2016-12-05 14:21:39 -0700
commita240bfedee7fe2bad1a5ac5d104c513e7fe09d30 (patch)
tree6f774bb4c2fc92f8d6ce33a7f9280adb8605e7fe
parent822d289f2872317d2536028d063d1e1b9d9fd76f (diff)
docs: 00-INDEX: remove non-existing entries
Several entries were moved to a directory; others got simply removed. Get rid of those entries. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>