Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dpkt_hash.c142 static uint32_t decode_gre_hash(const uint8_t *, uint8_t, uint8_t);
184 rc = decode_gre_hash((const uint8_t *)iph + (iph->ip_hl<<2), in decode_ip_n_hash()
260 rc = decode_gre_hash((const uint8_t *)(ipv6h + 1), hash_split, seed); in decode_ipv6_n_hash()
370 decode_gre_hash(const uint8_t *grehdr, uint8_t hash_split, uint8_t seed) in decode_gre_hash() function