Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dpkt_hash.c148 decode_ip_n_hash(const struct ip *iph, uint8_t hash_split, uint8_t seed) in decode_ip_n_hash() argument
154 } else if (hash_split == 2) { in decode_ip_n_hash()
181 hash_split, seed); in decode_ip_n_hash()
185 hash_split, seed); in decode_ip_n_hash()
210 decode_ipv6_n_hash(const struct ip6_hdr *ipv6h, uint8_t hash_split, uint8_t seed) in decode_ipv6_n_hash() argument
225 if (hash_split == 2) { in decode_ipv6_n_hash()
252 hash_split, seed); in decode_ipv6_n_hash()
257 hash_split, seed); in decode_ipv6_n_hash()
260 rc = decode_gre_hash((const uint8_t *)(ipv6h + 1), hash_split, seed); in decode_ipv6_n_hash()
310 decode_vlan_n_hash(const struct ether_header *ethh, uint8_t hash_split, uint8_t seed) in decode_vlan_n_hash() argument
[all …]
H A Dpkt_hash.h74 uint8_t hash_split,