Lines Matching defs:xdp_md
2634 * long bpf_xdp_adjust_head(struct xdp_buff *xdp_md, int delta)
2636 * Adjust (move) *xdp_md*\ **->data** by *delta* bytes. Note that
2862 * long bpf_xdp_adjust_meta(struct xdp_buff *xdp_md, int delta)
2864 * Adjust the address pointed by *xdp_md*\ **->data_meta** by
2866 * operation modifies the address stored in *xdp_md*\ **->data**,
2870 * The use of *xdp_md*\ **->data_meta** is optional and programs
3159 * long bpf_xdp_adjust_tail(struct xdp_buff *xdp_md, int delta)
3161 * Adjust (move) *xdp_md*\ **->data_end** by *delta* bytes. It is
3291 * *ctx* is either **struct xdp_md** for XDP programs or
4961 * *ctx* is either **struct xdp_md** for XDP programs or
5335 * u64 bpf_xdp_get_buff_len(struct xdp_buff *xdp_md)
5341 * long bpf_xdp_load_bytes(struct xdp_buff *xdp_md, u32 offset, void *buf, u32 len)
5345 * the frame associated to *xdp_md*, into the buffer pointed by
5350 * long bpf_xdp_store_bytes(struct xdp_buff *xdp_md, u32 offset, void *buf, u32 len)
5353 * associated to *xdp_md*, at *offset*.
6329 struct xdp_md {