Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c537 bool hash_16bytes) in get_packet_hash()
539 if (hash_16bytes) in get_packet_hash()
554 bool hash_16bytes = is_ipv6; in get_packet_dst() local
559 hash_16bytes = 1; in get_packet_dst()
564 hash = get_packet_hash(pckt, hash_16bytes); in get_packet_dst()
536 get_packet_hash(struct packet_description *pckt, bool hash_16bytes) get_packet_hash() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c497 bool hash_16bytes) in get_packet_hash()
499 if (hash_16bytes) in get_packet_hash()
514 bool hash_16bytes = is_ipv6; in get_packet_dst() local
519 hash_16bytes = 1; in get_packet_dst()
524 hash = get_packet_hash(pckt, hash_16bytes); in get_packet_dst()
496 get_packet_hash(struct packet_description *pckt, bool hash_16bytes) get_packet_hash() argument

Completed in 4 milliseconds