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

/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c148 decode_ip_n_hash(struct ip *iph, uint8_t hash_split, uint8_t seed) argument
152 if (hash_split == 2) {
179 hash_split, seed);
183 hash_split, seed);
208 decode_ipv6_n_hash(struct ip6_hdr *ipv6h, uint8_t hash_split, uint8_t seed) argument
223 if (hash_split == 2) {
250 hash_split, seed);
255 hash_split, seed);
258 rc = decode_gre_hash((uint8_t *)(ipv6h + 1), hash_split, seed);
308 decode_vlan_n_hash(struct ether_header *ethh, uint8_t hash_split, uint8_ argument
336 pkt_hdr_hash(const unsigned char *buffer, uint8_t hash_split, uint8_t seed) argument
368 decode_gre_hash(const uint8_t *grehdr, uint8_t hash_split, uint8_t seed) argument
[all...]
H A Dpkt_hash.h75 uint8_t hash_split,

Completed in 56 milliseconds