Searched refs:xdp_buff (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/net/ |
D | xdp_sock.h | 69 struct xdp_buff; 71 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp); 72 int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp); 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()
|
D | xdp.h | 66 struct xdp_buff { struct 96 struct xdp_frame *convert_to_xdp_frame(struct xdp_buff *xdp) in convert_to_xdp_frame() 129 void xdp_return_buff(struct xdp_buff *xdp); 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()
|
/linux-4.19.296/include/linux/ |
D | bpf.h | 509 struct xdp_buff; 515 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_buff *xdp, 523 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp, 607 struct xdp_buff; 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() 771 int __xsk_map_redirect(struct bpf_map *map, struct xdp_buff *xdp, 782 static inline int __xsk_map_redirect(struct bpf_map *map, struct xdp_buff *xdp, in __xsk_map_redirect()
|
D | filter.h | 34 struct xdp_buff; 655 struct xdp_buff *xdp) in bpf_prog_run_xdp() 850 struct xdp_buff *xdp, struct bpf_prog *prog); 852 struct xdp_buff *xdp,
|
D | netdevice.h | 70 struct xdp_buff;
|