Searched refs:get_packet_hash (Results 1 – 4 of 4) sorted by relevance
201 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) in get_packet_hash() function215 __u32 hash = get_packet_hash(pckt, is_ipv6); in get_packet_dst()
205 static __always_inline __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() function220 __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE; in get_packet_dst()
203 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) in get_packet_hash() function217 __u32 hash = get_packet_hash(pckt, is_ipv6); in get_packet_dst()
496 __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() function524 hash = get_packet_hash(pckt, hash_16bytes); in get_packet_dst()