Home
last modified time | relevance | path

Searched refs:out_mdev (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/mpls/
Dmpls_iptunnel.c47 struct mpls_dev *out_mdev; in mpls_xmit() local
158 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_xmit()
159 if (out_mdev) in mpls_xmit()
160 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_xmit()
Daf_mpls.c350 struct mpls_dev *out_mdev; in mpls_forward() local
466 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_forward()
467 if (out_mdev) in mpls_forward()
468 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_forward()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c1885 goto out_mdev; in mlx5_ib_alloc_ucontext()
1955 goto out_mdev; in mlx5_ib_alloc_ucontext()
1973 out_mdev: in mlx5_ib_alloc_ucontext()