Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_dynamic.c762 hash_packet(const struct ipfw_flow_id *id) in hash_packet() function
783 return (hash_packet(id) ^ ((uintptr_t)rule)); in hash_parent()
845 hash_packet(const struct ipfw_flow_id *id) in hash_packet() function
880 sizeof(rule) / sizeof(uint32_t), hash_packet(id))); in hash_parent()
1344 info->hashval = hash_packet(&args->f_id); in ipfw_dyn_lookup_state()
1930 hashval = hash_packet(pkt); in dyn_install_state()