Searched defs:xdp (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | xdp.h | 105 #define _trace_xdp_redirect(dev, xdp, to) \ argument 108 #define _trace_xdp_redirect_err(dev, xdp, to, err) \ argument 153 #define _trace_xdp_redirect_map(dev, xdp, fwd, map, idx) \ argument 157 #define _trace_xdp_redirect_map_err(dev, xdp, fwd, map, idx, err) \ argument
|
/linux-4.19.296/include/net/ |
D | xdp.h | 96 struct xdp_frame *convert_to_xdp_frame(struct xdp_buff *xdp) in convert_to_xdp_frame() 143 xdp_set_data_meta_invalid(struct xdp_buff *xdp) in xdp_set_data_meta_invalid() 149 xdp_data_meta_unsupported(const struct xdp_buff *xdp) in xdp_data_meta_unsupported()
|
D | xdp_sock.h | 82 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv() 87 static inline int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv()
|
/linux-4.19.296/include/linux/ |
D | bpf.h | 611 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_buff *xdp, in dev_map_enqueue() 641 struct xdp_buff *xdp, in cpu_map_enqueue() 782 static inline int __xsk_map_redirect(struct bpf_map *map, struct xdp_buff *xdp, in __xsk_map_redirect()
|
D | filter.h | 655 struct xdp_buff *xdp) in bpf_prog_run_xdp()
|