| /Linux-v5.15/net/8021q/ |
| D | vlanproc.c | 179 if (!is_vlan_dev(dev)) in vlan_seq_start() 201 if (!is_vlan_dev(dev)) in vlan_seq_next() 250 if (!is_vlan_dev(vlandev)) in vlandev_seq_show()
|
| D | vlan.c | 381 if (is_vlan_dev(dev)) { in vlan_device_event() 576 if (args.cmd != ADD_VLAN_CMD && !is_vlan_dev(dev)) in vlan_ioctl_handler()
|
| D | vlan_core.c | 106 while (is_vlan_dev(ret)) in vlan_dev_real_dev()
|
| /Linux-v5.15/include/rdma/ |
| D | ib_addr.h | 111 return is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : 0xffff; in rdma_vlan_dev_vlan_id() 267 return is_vlan_dev(dev) ? vlan_dev_real_dev(dev) : NULL; in rdma_vlan_dev_real_dev()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | tc_tun.c | 61 real_dev = is_vlan_dev(dev) ? vlan_dev_real_dev(dev) : dev; in get_route_and_out_devs() 86 dst_is_lag_dev || is_vlan_dev(*route_dev)) in get_route_and_out_devs() 201 if (is_vlan_dev(dev)) { in gen_eth_tnl_hdr() 242 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) + in mlx5e_tc_tun_create_header_ipv4() 357 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) + in mlx5e_tc_tun_update_header_ipv4() 508 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) + in mlx5e_tc_tun_create_header_ipv6() 622 (is_vlan_dev(attr.route_dev) ? VLAN_ETH_HLEN : ETH_HLEN) + in mlx5e_tc_tun_update_header_ipv6()
|
| /Linux-v5.15/drivers/infiniband/sw/rxe/ |
| D | rxe_sysfs.c | 54 if (is_vlan_dev(ndev)) { in rxe_param_set_add()
|
| D | rxe.c | 256 if (is_vlan_dev(ndev)) { in rxe_newlink()
|
| D | rxe_net.c | 164 if (!rxe && is_vlan_dev(ndev)) in rxe_udp_encap_recv()
|
| /Linux-v5.15/net/hsr/ |
| D | hsr_slave.c | 106 if (is_vlan_dev(dev)) { in hsr_check_dev_ok()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
| D | qed_nvmetcp_ip_services.c | 155 if (is_vlan_dev(*ndev)) { in qed_vlan_get_ndev()
|
| /Linux-v5.15/drivers/scsi/fcoe/ |
| D | fcoe.c | 317 real_dev = is_vlan_dev(netdev) ? vlan_dev_real_dev(netdev) : netdev; in fcoe_interface_setup() 713 if (is_vlan_dev(netdev)) in fcoe_netdev_config() 942 if (is_vlan_dev(fcoe->netdev)) in fcoe_em_config() 948 if (is_vlan_dev(oldfcoe->netdev)) in fcoe_em_config() 1551 if (is_vlan_dev(fcoe->netdev) && in fcoe_xmit() 1779 if (is_vlan_dev(fcoe->netdev)) in fcoe_hostlist_lookup_realdev_port()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum.c | 4160 if (!is_vlan_dev(upper_dev) && in mlxsw_sp_netdevice_port_upper_event() 4190 if (netif_is_lag_port(dev) && is_vlan_dev(upper_dev) && in mlxsw_sp_netdevice_port_upper_event() 4204 if (netif_is_ovs_port(dev) && is_vlan_dev(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event() 4222 if (netif_is_bridge_port(lower_dev) && is_vlan_dev(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event() 4233 if (is_vlan_dev(upper_dev) && in mlxsw_sp_netdevice_port_upper_event() 4268 } else if (is_vlan_dev(upper_dev)) { in mlxsw_sp_netdevice_port_upper_event() 4513 if (!is_vlan_dev(upper_dev) && !netif_is_macvlan(upper_dev)) { in mlxsw_sp_netdevice_bridge_event() 4526 if (is_vlan_dev(upper_dev) && in mlxsw_sp_netdevice_bridge_event() 4541 if (is_vlan_dev(upper_dev)) in mlxsw_sp_netdevice_bridge_event() 4680 else if (is_vlan_dev(dev)) in mlxsw_sp_netdevice_event()
|
| D | spectrum_span.c | 372 if (is_vlan_dev(edev)) in mlxsw_sp_span_entry_tunnel_parms_common() 381 if (is_vlan_dev(edev)) { in mlxsw_sp_span_entry_tunnel_parms_common() 626 return is_vlan_dev(dev) && in mlxsw_sp_span_vlan_can_handle()
|
| D | spectrum_switchdev.c | 1978 if (is_vlan_dev(bridge_port->dev)) { in mlxsw_sp_bridge_vlan_aware_port_join() 2160 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID; in mlxsw_sp_bridge_8021d_port_join() 2187 vid = is_vlan_dev(dev) ? vlan_dev_vlan_id(dev) : MLXSW_SP_DEFAULT_VID; in mlxsw_sp_bridge_8021d_port_leave()
|
| /Linux-v5.15/net/smc/ |
| D | smc_ib.c | 202 ((!vlan_id && !is_vlan_dev(ndev)) || in smc_ib_determine_gid() 203 (vlan_id && is_vlan_dev(ndev) && in smc_ib_determine_gid()
|
| /Linux-v5.15/include/linux/ |
| D | if_vlan.h | 72 static inline bool is_vlan_dev(const struct net_device *dev) in is_vlan_dev() function
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/ |
| D | l2t.c | 355 if (is_vlan_dev(neigh->dev)) in t3_l2t_get()
|
| /Linux-v5.15/drivers/infiniband/core/ |
| D | cache.c | 1376 if (is_vlan_dev(lower_dev)) in get_lower_dev_vlan() 1415 if (is_vlan_dev(ndev)) { in rdma_read_gid_l2_fields()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/netxen/ |
| D | netxen_nic_main.c | 3214 if (is_vlan_dev(dev)) in netxen_list_config_ip() 3326 if (is_vlan_dev(slave) && in netxen_config_master() 3352 if (is_vlan_dev(dev)) { in netxen_netdev_event() 3397 if (is_vlan_dev(dev)) { in netxen_inetaddr_event()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| D | tc.c | 425 !(is_vlan_dev(netdev) && vlan_dev_real_dev(netdev) == rpriv->netdev)) in mlx5e_rep_indr_setup_block()
|
| /Linux-v5.15/drivers/scsi/bnx2fc/ |
| D | bnx2fc_fcoe.c | 2333 if (is_vlan_dev(netdev)) in _bnx2fc_create() 2371 if (is_vlan_dev(netdev)) { in _bnx2fc_create() 2594 if (is_vlan_dev(netdev)) in bnx2fc_match()
|
| /Linux-v5.15/net/dsa/ |
| D | slave.c | 336 if (!is_vlan_dev(upper_dev)) in dsa_slave_vlan_check_for_8021q_uppers() 2203 if (!is_vlan_dev(dev)) in dsa_prevent_bridging_8021q_upper() 2276 if (is_vlan_dev(info->upper_dev)) in dsa_slave_prechangeupper_sanity_check()
|
| /Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ |
| D | l2t.c | 432 if (is_vlan_dev(neigh->dev)) { in cxgb4_l2t_get()
|
| /Linux-v5.15/drivers/net/ethernet/marvell/prestera/ |
| D | prestera_main.c | 738 if (netif_is_lag_port(dev) && is_vlan_dev(upper) && in prestera_netdev_port_event()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 2152 is_vlan_dev(filter_dev)) { in __parse_cls_flower() 2157 if (is_vlan_dev(filter_dev)) { in __parse_cls_flower() 3618 if (is_vlan_dev(*out_dev)) in add_vlan_push_action() 3904 if (is_vlan_dev(out_dev)) { in parse_tc_fdb_actions() 3912 if (is_vlan_dev(parse_attr->filter_dev)) { in parse_tc_fdb_actions()
|