Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_l4lb.c205 static __always_inline __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() function
220 __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE; in get_packet_dst()
A Dtest_l4lb_noinline.c201 static __noinline __u32 get_packet_hash(struct packet_description *pckt, bool ipv6) in get_packet_hash() function
215 __u32 hash = get_packet_hash(pckt, is_ipv6); in get_packet_dst()
A Dtest_xdp_noinline.c536 __u32 get_packet_hash(struct packet_description *pckt, in get_packet_hash() function
564 hash = get_packet_hash(pckt, hash_16bytes); in get_packet_dst()

Completed in 7 milliseconds