linux/include/uapi/linux/tc_act/tc_vlan.h

/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
 * Copyright (c) 2014 Jiri Pirko <[email protected]>
 */

#ifndef __LINUX_TC_VLAN_H
#define __LINUX_TC_VLAN_H

#include <linux/pkt_cls.h>

#define TCA_VLAN_ACT_POP
#define TCA_VLAN_ACT_PUSH
#define TCA_VLAN_ACT_MODIFY
#define TCA_VLAN_ACT_POP_ETH
#define TCA_VLAN_ACT_PUSH_ETH

struct tc_vlan {};

enum {};
#define TCA_VLAN_MAX

#endif