Lines Matching refs:out_dev
40 struct net_device *out_dev;
55 out_dev = dst->dev;
56 net = dev_net(out_dev);
60 if (!mpls_output_possible(out_dev) ||
102 mtu = mpls_dev_mtu(out_dev);
106 hh_len = LL_RESERVED_SPACE(out_dev);
107 if (!out_dev->header_ops)
121 skb->dev = out_dev;
133 mpls_stats_inc_outucastpkts(out_dev, skb);
137 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt->rt_gw6,
140 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gw4,
145 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3],
148 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway,
158 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL;