Searched defs:xdp (Results 1 - 25 of 140) sorted by relevance

123456

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_tx.c7 int xdp_tx(struct xdp_md *xdp) argument
H A Dxdp_redirect_map.c14 int xdp_redirect_map_0(struct xdp_md *xdp) argument
20 int xdp_redirect_map_1(struct xdp_md *xdp) argument
26 int xdp_redirect_map_2(struct xdp_md *xdp) argument
H A Dtest_xdp_redirect.c16 int xdp_redirect_to_111(struct xdp_md *xdp) argument
21 int xdp_redirect_to_222(struct xdp_md *xdp) argument
H A Dtest_xdp_link.c9 int xdp_handler(struct xdp_md *xdp) argument
H A Dtest_xdp_context_test_run.c6 int xdp_context(struct xdp_md *xdp) argument
H A Dtest_xdp_adjust_tail_shrink.c13 int _xdp_adjust_tail_shrink(struct xdp_md *xdp) argument
H A Dtest_xdp_adjust_tail_grow.c6 int _xdp_adjust_tail_grow(struct xdp_md *xdp) argument
H A Dtest_xdp_update_frags.c14 int xdp_adjust_frags(struct xdp_md *xdp) argument
H A Dxsk_xdp_progs.c19 SEC("xdp.frags") int xsk_def_prog(struct xdp_md *xdp) argument
24 SEC("xdp.frags") int xsk_xdp_drop(struct xdp_md *xdp) argument
33 SEC("xdp.frags") int xsk_xdp_populate_metadata(struct xdp_md *xdp) argument
56 SEC("xdp") in argument
[all...]
H A Dtest_migrate_reuseport.c45 int drop_ack(struct xdp_md *xdp) argument
H A Dtest_parse_tcp_hdr_opt_dynptr.c75 int xdp_ingress_v6(struct xdp_md *xdp) argument
H A Dtest_xdp_bpf2bpf.c45 int BPF_PROG(trace_on_entry, struct xdp_buff *xdp) argument
62 int BPF_PROG(trace_on_exit, struct xdp_buff *xdp, int ret) argument
H A Dvrf_socket_lookup.c77 int xdp_socket_lookup(struct xdp_md *xdp) argument
H A Dtest_parse_tcp_hdr_opt.c36 static int parse_hdr_opt(const struct xdp_md *xdp, struct hdr_opt_state *state) argument
82 int xdp_ingress_v6(struct xdp_md *xdp) argument
H A Dtest_xdp_do_redirect.c29 int xdp_redirect(struct xdp_md *xdp) argument
86 int xdp_count_pkts(struct xdp_md *xdp) argument
[all...]
H A Dtest_xdp.c79 static __always_inline int handle_ipv4(struct xdp_md *xdp) argument
152 static __always_inline int handle_ipv6(struct xdp_md *xdp) argument
213 _xdp_tx_iptunnel(struct xdp_md *xdp) argument
[all...]
H A Dtest_xdp_loop.c75 static __always_inline int handle_ipv4(struct xdp_md *xdp) argument
148 static __always_inline int handle_ipv6(struct xdp_md *xdp) argument
209 _xdp_tx_iptunnel(struct xdp_md *xdp) argument
[all...]
/linux-master/include/linux/
H A Dif_tun.h36 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) argument
68 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) argument
/linux-master/net/xfrm/
H A Dxfrm_state_bpf.c67 struct xdp_buff *xdp = (struct xdp_buff *)ctx; local
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_xsk.c62 struct xdp_buff *xdp; local
17 nfp_net_xsk_rx_bufs_stash(struct nfp_net_rx_ring *rx_ring, unsigned int idx, struct xdp_buff *xdp) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Drings.c209 struct xdp_buff *xdp; local
/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c77 static __always_inline int handle_ipv4(struct xdp_md *xdp) argument
152 static __always_inline int handle_ipv6(struct xdp_md *xdp) argument
216 _xdp_tx_iptunnel(struct xdp_md *xdp) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_xdp.c9 static int lan966x_xdp_setup(struct net_device *dev, struct netdev_bpf *xdp) argument
43 int lan966x_xdp(struct net_device *dev, struct netdev_bpf *xdp) argument
79 struct xdp_buff xdp; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c58 static void test_synproxy(bool xdp) argument
/linux-master/include/net/
H A Dbusy_poll.h174 sk_mark_napi_id_once_xdp(struct sock *sk, const struct xdp_buff *xdp) argument

Completed in 211 milliseconds

123456