Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A 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/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c43 int BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device in BPF_PROG()
/linux/rust/kernel/
H A Dopp.rs639 pub fn from_dev(dev: &Device) -> Result<Self> { in from_dev() method