Searched refs:get_packet_hash (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb.c205 static __always_inline __u32 get_packet_hash(struct packet_description *pckt, function
220 __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE;
H A Dtest_l4lb_noinline.c201 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) function
215 __u32 hash = get_packet_hash(pckt, is_ipv6);
H A Dtest_l4lb_noinline_dynptr.c203 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) function
217 __u32 hash = get_packet_hash(pckt, is_ipv6);
H A Dtest_xdp_noinline.c497 __u32 get_packet_hash(struct packet_description *pckt, function
525 hash = get_packet_hash(pckt, hash_16bytes);

Completed in 214 milliseconds