Home
last modified time | relevance | path

Searched refs:xdp_md (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helper_defs.h35 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*\ **
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h2634 * 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** fo
6329 struct xdp_md { global() struct
[all...]

Completed in 11 milliseconds