/aosp_15_r20/external/iproute2/ip/ |
H A D | iplink_xdp.c | 30 struct xdp_req *xdp = raw; in xdp_ebpf_cb() local 45 static int xdp_delete(struct xdp_req *xdp) in xdp_delete() 58 struct xdp_req xdp = { in xdp_parse() local 101 void xdp_dump(FILE *fp, struct rtattr *xdp, bool link, bool details) in xdp_dump()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | xdp_redirect_map.c | 14 int xdp_redirect_map_0(struct xdp_md *xdp) in xdp_redirect_map_0() 20 int xdp_redirect_map_1(struct xdp_md *xdp) in xdp_redirect_map_1() 26 int xdp_redirect_map_2(struct xdp_md *xdp) in xdp_redirect_map_2()
|
H A D | test_xdp.c | 78 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() 151 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() 212 int _xdp_tx_iptunnel(struct xdp_md *xdp) in _xdp_tx_iptunnel()
|
H A D | test_xdp_loop.c | 74 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() 147 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() 208 int _xdp_tx_iptunnel(struct xdp_md *xdp) in _xdp_tx_iptunnel()
|
H A D | test_xdp_redirect.c | 16 int xdp_redirect_to_111(struct xdp_md *xdp) in xdp_redirect_to_111() 21 int xdp_redirect_to_222(struct xdp_md *xdp) in xdp_redirect_to_222()
|
H A D | test_xdp_noinline.c | 278 bool encap_v6(struct xdp_md *xdp, struct ctl_value *cval, in encap_v6() 321 bool encap_v4(struct xdp_md *xdp, struct ctl_value *cval, in encap_v4() 375 bool decap_v6(struct xdp_md *xdp, void **data, void **data_end, bool inner_v4) in decap_v6() 396 bool decap_v4(struct xdp_md *xdp, void **data, void **data_end) in decap_v4() 692 bool is_ipv6, struct xdp_md *xdp) in process_packet()
|
H A D | xdp_synproxy_kern.c | 408 static __always_inline int tcp_lookup(void *ctx, struct header_pointers *hdr, bool xdp) in tcp_lookup() 560 bool xdp) in syncookie_handle_syn() 729 struct header_pointers *hdr, bool xdp) in syncookie_part1() 766 struct header_pointers *hdr, bool xdp) in syncookie_part2()
|
H A D | test_xdp_do_redirect.c | 16 int xdp_redirect(struct xdp_md *xdp) in xdp_redirect() 73 int xdp_count_pkts(struct xdp_md *xdp) in xdp_count_pkts()
|
H A D | test_xdp_bpf2bpf.c | 45 int BPF_PROG(trace_on_entry, struct xdp_buff *xdp) in BPF_PROG() 64 int BPF_PROG(trace_on_exit, struct xdp_buff *xdp, int ret) in BPF_PROG()
|
H A D | xdp_tx.c | 7 int xdp_tx(struct xdp_md *xdp) in xdp_tx()
|
H A D | test_xdp_link.c | 9 int xdp_handler(struct xdp_md *xdp) in xdp_handler()
|
H A D | test_xdp_context_test_run.c | 6 int xdp_context(struct xdp_md *xdp) in xdp_context()
|
H A D | test_xdp_adjust_tail_shrink.c | 13 int _xdp_adjust_tail_shrink(struct xdp_md *xdp) in _xdp_adjust_tail_shrink()
|
H A D | test_xdp_adjust_tail_grow.c | 6 int _xdp_adjust_tail_grow(struct xdp_md *xdp) in _xdp_adjust_tail_grow()
|
H A D | test_xdp_update_frags.c | 14 int xdp_adjust_frags(struct xdp_md *xdp) in xdp_adjust_frags()
|
H A D | test_migrate_reuseport.c | 45 int drop_ack(struct xdp_md *xdp) in drop_ack()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_tcp_check_syncookie_user.c | 82 static int get_map_fd_by_prog_id(int prog_id, bool *xdp) in get_map_fd_by_prog_id() 120 static int run_test(int server_fd, int results_fd, bool xdp, in run_test() 230 bool xdp; in main() local
|
H A D | test_offload.py | 491 def ip_link_show(self, xdp): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | lib.rs | 97 mod xdp; module
|
D | xdp.rs | 47 let mut xdp = Xdp { in new() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_synproxy.c | 63 static void test_synproxy(bool xdp) in test_synproxy()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/ |
D | types.rs | 1453 pub mod xdp { module
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 847 } xdp; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 847 } xdp; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 847 } xdp; member
|