Searched refs:out_dev (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/net/x25/
H A Daf_x25.c1812 goto out_dev;
1824 out_dev:
/linux-master/net/mpls/
H A Daf_mpls.c350 struct net_device *out_dev; local
413 out_dev = nh->nh_dev;
414 if (!mpls_output_possible(out_dev))
419 mtu = mpls_dev_mtu(out_dev);
423 hh_len = LL_RESERVED_SPACE(out_dev);
424 if (!out_dev->header_ops)
431 skb->dev = out_dev;
437 if (!mpls_egress(dev_net(out_dev), rt, skb, dec))
454 mpls_stats_inc_outucastpkts(out_dev, skb);
458 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev,
[all...]
H A Dmpls_iptunnel.c40 struct net_device *out_dev; local
55 out_dev = dst->dev;
56 net = dev_net(out_dev);
58 if (!mpls_output_possible(out_dev) ||
100 mtu = mpls_dev_mtu(out_dev);
104 hh_len = LL_RESERVED_SPACE(out_dev);
105 if (!out_dev->header_ops)
119 skb->dev = out_dev;
131 mpls_stats_inc_outucastpkts(out_dev, skb);
135 err = neigh_xmit(NEIGH_ND_TABLE, out_dev,
[all...]
/linux-master/net/iucv/
H A Diucv.c1852 goto out_dev;
1879 out_dev:
/linux-master/net/ipv4/
H A Droute.c1784 struct in_device *out_dev; local
1789 out_dev = __in_dev_get_rcu(dev);
1790 if (!out_dev) {
1805 if (out_dev == in_dev && err && IN_DEV_TX_REDIRECTS(out_dev) &&
1810 if (IN_DEV_SHARED_MEDIA(out_dev) ||
1811 inet_addr_onlink(out_dev, saddr, gw))
1823 if (out_dev == in_dev &&
1845 rth = rt_dst_alloc(out_dev->dev, 0, res->type,
1846 IN_DEV_ORCONF(out_dev, NOXFR
[all...]
H A Darp.c477 struct in_device *out_dev; local
493 out_dev = __in_dev_get_rcu(rt->dst.dev);
494 if (out_dev)
495 omi = IN_DEV_MEDIUM_ID(out_dev);
/linux-master/net/core/
H A Dnet-procfs.c300 goto out_dev;
314 out_dev:
/linux-master/drivers/s390/net/
H A Dctcm_main.c1548 goto out_dev;
1559 goto out_dev;
1575 out_dev:
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c139 struct net_device *out_dev; local
142 out_dev = act->dev;
143 if (!out_dev || !netif_is_lag_master(out_dev))
159 err = nfp_flower_lag_populate_pre_action(app, out_dev, pre_lag, extack);
181 struct net_device *out_dev; local
187 out_dev = act->dev;
188 if (!out_dev) {
197 if (!nfp_fl_netdev_is_tunnel_type(out_dev, tun_type)) {
211 } else if (netif_is_lag_master(out_dev)
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c149 struct net_device *out_dev; local
180 out_dev = act->dev;
182 out_dev, extack);
188 struct net_device *out_dev = act->dev; local
196 block, out_dev,
H A Dspectrum_acl.c418 struct net_device *out_dev,
425 if (out_dev) {
426 if (!mlxsw_sp_port_dev_check(out_dev)) {
430 mlxsw_sp_port = netdev_priv(out_dev);
438 /* If out_dev is NULL, the caller wants to
451 struct net_device *out_dev,
467 out_dev,
416 mlxsw_sp_acl_rulei_act_fwd(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule_info *rulei, struct net_device *out_dev, struct netlink_ext_ack *extack) argument
448 mlxsw_sp_acl_rulei_act_mirror(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule_info *rulei, struct mlxsw_sp_flow_block *block, struct net_device *out_dev, struct netlink_ext_ack *extack) argument
H A Dspectrum.h1028 struct net_device *out_dev,
1032 struct net_device *out_dev,
H A Dcore_acl_flex_actions.c1384 const struct net_device *out_dev, bool ingress)
1394 local_in_port, out_dev,
1428 const struct net_device *out_dev, bool ingress,
1434 mirror = mlxsw_afa_mirror_create(block, local_in_port, out_dev,
1383 mlxsw_afa_mirror_create(struct mlxsw_afa_block *block, u16 local_in_port, const struct net_device *out_dev, bool ingress) argument
1427 mlxsw_afa_block_append_mirror(struct mlxsw_afa_block *block, u16 local_in_port, const struct net_device *out_dev, bool ingress, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmpesw.c198 struct net_device *out_dev,
203 if (!netif_is_bond_master(out_dev) || !ldev)
197 mlx5_lag_mpesw_do_mirred(struct mlx5_core_dev *mdev, struct net_device *out_dev, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1651 bool mlx5e_tc_is_vf_tunnel(struct net_device *out_dev, struct net_device *route_dev) argument
1656 out_priv = netdev_priv(out_dev);
1671 int mlx5e_tc_query_route_vport(struct net_device *out_dev, struct net_device *route_dev, u16 *vport) argument
1680 out_priv = netdev_priv(out_dev);
4084 static bool is_multiport_eligible(struct mlx5e_priv *priv, struct net_device *out_dev) argument
4086 return same_hw_reps(priv, out_dev) && mlx5_lag_is_mpesw(priv->mdev);
4090 struct net_device *out_dev)
4092 if (is_merged_eswitch_vfs(priv, out_dev))
4095 if (is_multiport_eligible(priv, out_dev))
4098 if (is_lag_dev(priv, out_dev))
4089 mlx5e_is_valid_eswitch_fwd_dev(struct mlx5e_priv *priv, struct net_device *out_dev) argument
[all...]
H A Den_tc.h258 struct net_device *out_dev);
322 bool mlx5e_tc_is_vf_tunnel(struct net_device *out_dev, struct net_device *route_dev);
323 int mlx5e_tc_query_route_vport(struct net_device *out_dev, struct net_device *route_dev,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c25 route_dev = dev_get_by_index(dev_net(e->out_dev), e->route_dev_ifindex);
28 attr->parse_attr->filter_dev == e->out_dev)
343 mlx5e_encap_put(netdev_priv(e->out_dev), e);
406 struct mlx5e_priv *priv = netdev_priv(e->out_dev);
461 mlx5e_rep_encap_entry_detach(netdev_priv(e->out_dev), e);
713 struct net_device *out_dev,
723 route_dev = dev_get_by_index(dev_net(out_dev), route_dev_ifindex);
726 !mlx5e_tc_is_vf_tunnel(out_dev, route_dev))
729 err = mlx5e_tc_query_route_vport(out_dev, route_dev, &vport_num);
755 struct net_device *out_dev,
710 mlx5e_set_vf_tunnel(struct mlx5_eswitch *esw, struct mlx5_flow_attr *attr, struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, struct net_device *out_dev, int route_dev_ifindex, int out_index) argument
752 mlx5e_update_vf_tunnel(struct mlx5_eswitch *esw, struct mlx5_esw_flow_attr *attr, struct mlx5e_tc_mod_hdr_acts *mod_hdr_acts, struct net_device *out_dev, int route_dev_ifindex, int out_index) argument
1041 struct net_device *out_dev; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c1128 struct kfd_topology_device *out_dev = NULL; local
1143 out_dev = dev;
1156 return out_dev;
/linux-master/net/appletalk/
H A Dddp.c1959 goto out_dev;
1974 out_dev:
/linux-master/drivers/staging/fieldbus/anybuss/
H A Darcx-anybus.c316 goto out_dev;
318 out_dev:
/linux-master/drivers/s390/char/
H A Dvmlogrdr.c353 goto out_dev;
381 out_dev:
/linux-master/arch/mips/kernel/
H A Dvpe-mt.c398 goto out_dev;
493 out_dev:
/linux-master/net/ieee802154/
H A Dsocket.c273 goto out_dev;
277 goto out_dev;
285 goto out_dev;
309 out_dev:
654 goto out_dev;
663 goto out_dev;
699 out_dev:
/linux-master/net/ethtool/
H A Dnetlink.c598 goto out_dev;
616 out_dev:
/linux-master/fs/
H A Dnamespace.c3891 goto out_dev;
3903 out_dev:

Completed in 405 milliseconds

12