Searched refs:xdp_frame (Results 1 – 8 of 8) sorted by relevance
| /include/net/ |
| A D | xdp.h | 256 struct xdp_frame { struct 346 struct xdp_frame *xdpf_clone(struct xdp_frame *xdpf); 362 struct xdp_frame *xdp_frame) in xdp_update_frame_from_buff() argument 379 xdp_frame->data = xdp->data; in xdp_update_frame_from_buff() 381 xdp_frame->headroom = headroom - sizeof(*xdp_frame); in xdp_update_frame_from_buff() 382 xdp_frame->metasize = metasize; in xdp_update_frame_from_buff() 383 xdp_frame->frame_sz = xdp->frame_sz; in xdp_update_frame_from_buff() 384 xdp_frame->flags = xdp->flags; in xdp_update_frame_from_buff() 393 struct xdp_frame *xdp_frame; in xdp_convert_buff_to_frame() local 399 xdp_frame = xdp->data_hard_start; in xdp_convert_buff_to_frame() [all …]
|
| /include/linux/ |
| A D | if_tun.h | 31 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) in tun_xdp_to_ptr() 36 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp() 63 static inline void *tun_xdp_to_ptr(struct xdp_frame *xdp) in tun_xdp_to_ptr() 68 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp()
|
| A D | bpf.h | 2723 struct xdp_frame; 2729 int dev_xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, 2731 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, 2733 int dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, 2742 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf, 2987 struct xdp_frame; 2992 int dev_xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in dev_xdp_enqueue() 2999 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue() 3006 int dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, in dev_map_enqueue_multi() 3034 struct xdp_frame *xdpf, in cpu_map_enqueue()
|
| A D | filter.h | 1218 struct xdp_frame *xdpf,
|
| A D | netdevice.h | 81 struct xdp_frame; 1634 struct xdp_frame **xdp,
|
| /include/net/libeth/ |
| A D | tx.h | 66 struct xdp_frame *xdpf;
|
| A D | xdp.h | 345 struct xdp_frame *xdpf; 847 const struct xdp_frame *: \ 849 struct xdp_frame *: \ 853 static inline void *__libeth_xdp_xmit_frame_dma(const struct xdp_frame *xdpf) in __libeth_xdp_xmit_frame_dma() 875 struct xdp_frame *xdpf, in libeth_xdp_xmit_queue_head() 937 struct xdp_frame *xdpf, in libeth_xdp_xmit_queue_bulk() 992 struct xdp_frame *xdpf; in libeth_xdp_xmit_fill_buf() 1053 struct xdp_frame **frames, u32 n, u32 flags, in __libeth_xdp_xmit_do_bulk()
|
| /include/net/mana/ |
| A D | mana.h | 565 int mana_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames,
|
Completed in 50 milliseconds