Lines Matching refs:xdp_md
35 struct xdp_md;
1122 * Adjust (move) *xdp_md*\ **->data** by *delta* bytes. Note that
1136 static long (*bpf_xdp_adjust_head)(struct xdp_md *xdp_md, int delta) = (void *) 44;
1368 * Adjust the address pointed by *xdp_md*\ **->data_meta** by
1370 * operation modifies the address stored in *xdp_md*\ **->data**,
1374 * The use of *xdp_md*\ **->data_meta** is optional and programs
1396 static long (*bpf_xdp_adjust_meta)(struct xdp_md *xdp_md, int delta) = (void *) 54;
1709 * Adjust (move) *xdp_md*\ **->data_end** by *delta* bytes. It is
1722 static long (*bpf_xdp_adjust_tail)(struct xdp_md *xdp_md, int delta) = (void *) 65;
1855 * *ctx* is either **struct xdp_md** for XDP programs or
3851 * *ctx* is either **struct xdp_md** for XDP programs or
4332 static __u64 (*bpf_xdp_get_buff_len)(struct xdp_md *xdp_md) = (void *) 188;
4339 * the frame associated to *xdp_md*, into the buffer pointed by
4345 static long (*bpf_xdp_load_bytes)(struct xdp_md *xdp_md, __u32 offset, void *buf, __u32 len) = (void *) 189;
4351 * associated to *xdp_md*, at *offset*.
4356 static long (*bpf_xdp_store_bytes)(struct xdp_md *xdp_md, __u32 offset, void *buf, __u32 len) = (void *) 190;