Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dxdp_redirect_multi_kern.c43 } redirect_flags SEC(".maps");
63 flags_from_map = bpf_map_lookup_elem(&redirect_flags, &h_proto); in xdp_redirect_map_multi_prog()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xdp_veth.c322 static void xdp_veth_broadcast_redirect(u32 attach_flags, u64 redirect_flags) in xdp_veth_broadcast_redirect() argument
372 flags_map = bpf_map__fd(xdp_redirect_multi_kern->maps.redirect_flags); in xdp_veth_broadcast_redirect()
376 err = bpf_map_update_elem(flags_map, &protocol, &redirect_flags, BPF_NOEXIST); in xdp_veth_broadcast_redirect()
417 if (redirect_flags & BPF_F_EXCLUDE_INGRESS) in xdp_veth_broadcast_redirect()