Searched refs:egress_ifindex (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_devmap_helpers.c3 * because of access to egress_ifindex
17 ctx->ingress_ifindex, ctx->egress_ifindex, len);
H A Dtest_xdp_with_devmap_helpers.c39 ctx->ingress_ifindex, ctx->egress_ifindex, len);
H A Dxdp_redirect_multi_kern.c78 __u32 key = ctx->egress_ifindex;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_context_test_run.c9 __u32 egress_ifindex)
17 .egress_ifindex = egress_ifindex,
6 test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts, __u32 data_meta, __u32 data, __u32 data_end, __u32 ingress_ifindex, __u32 rx_queue_index, __u32 egress_ifindex) argument
/linux-master/include/uapi/linux/
H A Dbpf.h6442 __u32 egress_ifindex; /* txq->dev->ifindex */ member in struct:xdp_md
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6442 __u32 egress_ifindex; /* txq->dev->ifindex */ member in struct:xdp_md
/linux-master/net/bpf/
H A Dtest_run.c1101 if (xdp_md->egress_ifindex != 0)
/linux-master/net/core/
H A Dfilter.c8966 case offsetof(struct xdp_md, egress_ifindex):
10073 case offsetof(struct xdp_md, egress_ifindex):

Completed in 327 milliseconds