Index: sys/net/flowtable.c =================================================================== --- sys/net/flowtable.c +++ sys/net/flowtable.c @@ -710,7 +710,7 @@ FLOWSTAT_INC(ft, ft_lookups); - hash = murmu3_32(key, keylen, flow_hashjitter); + hash = murmur3_32(key, keylen, flow_hashjitter); critical_enter(); flist = flowtable_list(ft, hash);