Searched refs:from_dev (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/net/forwarding/ |
| D | mirror_lib.sh | 5 local from_dev=$1; shift 10 tc filter add dev $from_dev $direction \ 17 local from_dev=$1; shift
|
| /Linux-v5.15/samples/bpf/ |
| D | xdp_sample.bpf.c | 206 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-v5.15/include/trace/events/ |
| D | xdp.h | 269 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;
|