Searched refs:xdp_md (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/ |
H A D | offload.c | 779 static inline __always_inline int do_xdp_forward6(struct xdp_md *ctx, const bool is_ethernet, 784 static inline __always_inline int do_xdp_forward4(struct xdp_md *ctx, const bool is_ethernet, in do_xdp_forward4() 789 static inline __always_inline int do_xdp_forward_ether(struct xdp_md *ctx, const bool downstream) { in do_xdp_forward_ether() 806 static inline __always_inline int do_xdp_forward_rawip(struct xdp_md *ctx, const bool downstream) { in do_xdp_forward_rawip() 822 DEFINE_BPF_PROG_KVER(str, AID_ROOT, AID_NETWORK_STACK, func, KVER(5, 9, 0))(struct xdp_md *ctx)
|
H A D | test.c | 31 (struct xdp_md *ctx) {
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | bpf.h | 705 struct xdp_md { struct
|