Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Dxdp_sample.bpf.c29 const volatile int from_match[32] = {}; variable
73 if (!IN_SET(from_match, from)) in xdp_redirect_collect_stat()
188 if (!IN_SET(from_match, dev->ifindex)) in BPF_PROG()
216 if (!IN_SET(from_match, idx_in)) in BPF_PROG()
250 if (!IN_SET(from_match, idx_in)) in BPF_PROG()
A Dxdp_redirect_user.c116 skel->rodata->from_match[0] = ifindex_in; in main()
A Dxdp_redirect_map_user.c148 skel->rodata->from_match[0] = ifindex_in; in main()
A Dxdp_redirect_map_multi_user.c157 skel->rodata->from_match[i] = ifaces[i]; in main()
A Dxdp_redirect_cpu_user.c486 skel->rodata->from_match[0] = ifindex; in main()

Completed in 5 milliseconds