MCPcopy Create free account
hub / github.com/F-Stack/f-stack / hash_table_value

Function hash_table_value

freebsd/netpfil/ipfw/ip_fw_table_value.c:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89static uint32_t
90hash_table_value(struct namedobj_instance *ni, const void *key, uint32_t kopt)
91{
92
93 return (hash32_buf(key, 56, 0));
94}
95
96static int
97cmp_table_value(struct named_object *no, const void *key, uint32_t kopt)

Callers

nothing calls this directly

Calls 1

hash32_bufFunction · 0.85

Tested by

no test coverage detected