Home
last modified time | relevance | path

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

/linux-6.14.4/samples/bpf/
Dxdp_sample.bpf.c206 int BPF_PROG(tp_xdp_devmap_xmit, const struct net_device *from_dev, in BPF_PROG()
237 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device *from_dev, in BPF_PROG()
/linux-6.14.4/rust/kernel/
Dplatform.rs185 unsafe fn from_dev(dev: ARef<device::Device>) -> Self { in from_dev() method
Dpci.rs360 pub unsafe fn from_dev(dev: ARef<device::Device>) -> Self { in from_dev() method
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dcore_kern.c43 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device in BPF_PROG()