taglinefilesource code
MFC_HASH156include/linux/mroute.h#define MFC_HASH(a,b)  ((((a)>>24)^((b)>>26))&(MFC_LINES-1))
MFC_HASH158include/linux/mroute.h#define MFC_HASH(a,b)  (((a)^((b)>>2))&(MFC_LINES-1))