Home
last modified time | relevance | path

Searched refs:from_dev (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dmirror_lib.sh5 local from_dev=$1; shift
10 tc filter add dev $from_dev $direction \
17 local from_dev=$1; shift
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dcore_kern.c44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG()
47 return randmap(from_dev->ifindex, from_dev); in BPF_PROG()
/linux-6.3-rc2/samples/bpf/
A Dxdp_sample.bpf.c206 int BPF_PROG(tp_xdp_devmap_xmit, const struct net_device *from_dev, in BPF_PROG() argument
213 idx_in = from_dev->ifindex; in BPF_PROG()
237 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device *from_dev, in BPF_PROG() argument
245 idx_in = from_dev->ifindex; in BPF_PROG()
/linux-6.3-rc2/include/trace/events/
A Dxdp.h269 TP_PROTO(const struct net_device *from_dev,
273 TP_ARGS(from_dev, to_dev, sent, drops, err),
285 __entry->from_ifindex = from_dev->ifindex;

Completed in 6 milliseconds