Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.target
/
bpf
/
helper-get-hash-recalc.c
blob: e9d87ae9bcc8d7d35634453d3461b604f41cbba2 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
#include
<stdint.h>
#include
<bpf-helpers.h>
void
foo
()
{
uint32_t
ret
;
void
*
skb
;
ret
=
bpf_get_hash_recalc
(
skb
);
}
/* { dg-final { scan-assembler "call\t34" } } */