#ifndef __NET_TC_SKBEDIT_H
#define __NET_TC_SKBEDIT_H
#include <net/act_api.h>
#include <linux/tc_act/tc_skbedit.h>
struct tcf_skbedit_params { … };
struct tcf_skbedit { … };
#define to_skbedit(a) …
static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag)
{ … }
static inline bool is_tcf_skbedit_mark(const struct tc_action *a)
{ … }
static inline u32 tcf_skbedit_mark(const struct tc_action *a)
{ … }
static inline bool is_tcf_skbedit_ptype(const struct tc_action *a)
{ … }
static inline u32 tcf_skbedit_ptype(const struct tc_action *a)
{ … }
static inline bool is_tcf_skbedit_priority(const struct tc_action *a)
{ … }
static inline u32 tcf_skbedit_priority(const struct tc_action *a)
{ … }
static inline u16 tcf_skbedit_rx_queue_mapping(const struct tc_action *a)
{ … }
static inline bool is_tcf_skbedit_queue_mapping(const struct tc_action *a)
{ … }
static inline bool is_tcf_skbedit_ingress(u32 flags)
{ … }
static inline bool is_tcf_skbedit_tx_queue_mapping(const struct tc_action *a)
{ … }
static inline bool is_tcf_skbedit_rx_queue_mapping(const struct tc_action *a)
{ … }
static inline bool is_tcf_skbedit_inheritdsfield(const struct tc_action *a)
{ … }
#endif