Searched refs:fwd_dev (Results 1 – 3 of 3) sorted by relevance
146 ax25_dev *ax25_dev, *fwd_dev; in ax25_fwd_ioctl() local153 fwd_dev = ax25_addr_ax25dev(&fwd->port_to); in ax25_fwd_ioctl()154 if (!fwd_dev) { in ax25_fwd_ioctl()159 ax25_dev_put(fwd_dev); in ax25_fwd_ioctl()163 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl()164 ax25_dev_put(fwd_dev); in ax25_fwd_ioctl()
753 tc_priv->fwd_dev = dev; in mlx5e_restore_tunnel()795 if (tc_priv->fwd_dev) in mlx5_rep_tc_post_napi_receive()796 dev_put(tc_priv->fwd_dev); in mlx5_rep_tc_post_napi_receive()833 tc_priv->fwd_dev = skb->dev; in mlx5e_restore_skb_int_port()
61 struct net_device *fwd_dev; member