Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
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()
Dxdp_redirect_user.c117 skel->rodata->from_match[0] = ifindex_in; in main()
Dxdp_redirect_map_user.c139 skel->rodata->from_match[0] = ifindex_in; in main()
Dxdp_redirect_map_multi_user.c158 skel->rodata->from_match[i] = ifaces[i]; in main()
Dxdp_redirect_cpu_user.c490 skel->rodata->from_match[0] = ifindex; in main()