Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dtest_sk_lookup.c67 static const __u16 SRC_PORT = bpf_htons(8008); variable
414 if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) || in ctx_narrow_access()
415 LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff)) in ctx_narrow_access()
417 if (LSW(ctx->remote_port, 0) != SRC_PORT) in ctx_narrow_access()
428 if (val_u32 != SRC_PORT) in ctx_narrow_access()

Completed in 4 milliseconds