xref: /kernel/linux/linux-6.6/net/openvswitch/vport-internal_dev.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/net/openvswitch/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2007-2011 Nicira, Inc.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef VPORT_INTERNAL_DEV_H
762306a36Sopenharmony_ci#define VPORT_INTERNAL_DEV_H 1
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#include "datapath.h"
1062306a36Sopenharmony_ci#include "vport.h"
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciint ovs_is_internal_dev(const struct net_device *);
1362306a36Sopenharmony_cistruct vport *ovs_internal_dev_get_vport(struct net_device *);
1462306a36Sopenharmony_ciint ovs_internal_dev_rtnl_link_register(void);
1562306a36Sopenharmony_civoid ovs_internal_dev_rtnl_link_unregister(void);
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif /* vport-internal_dev.h */
18

Indexes created Thu Nov 07 10:32:03 CST 2024