ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/net/tc_act
/
usr
src
kernels
5.14.0-611.34.1.el9_7.x86_64
include
net
tc_act
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
tc_bpf.h
456 B
chmod
View
DL
Edit
Rename
Delete
tc_connmark.h
392 B
chmod
View
DL
Edit
Rename
Delete
tc_csum.h
798 B
chmod
View
DL
Edit
Rename
Delete
tc_ct.h
2.36 MB
chmod
View
DL
Edit
Rename
Delete
tc_ctinfo.h
585 B
chmod
View
DL
Edit
Rename
Delete
tc_defact.h
278 B
chmod
View
DL
Edit
Rename
Delete
tc_gact.h
1.69 MB
chmod
View
DL
Edit
Rename
Delete
tc_gate.h
2.62 MB
chmod
View
DL
Edit
Rename
Delete
tc_ife.h
2.09 MB
chmod
View
DL
Edit
Rename
Delete
tc_mirred.h
1.48 MB
chmod
View
DL
Edit
Rename
Delete
tc_mpls.h
1.96 MB
chmod
View
DL
Edit
Rename
Delete
tc_nat.h
404 B
chmod
View
DL
Edit
Rename
Delete
tc_pedit.h
2.32 MB
chmod
View
DL
Edit
Rename
Delete
tc_police.h
4.78 MB
chmod
View
DL
Edit
Rename
Delete
tc_sample.h
918 B
chmod
View
DL
Edit
Rename
Delete
tc_skbedit.h
3.08 MB
chmod
View
DL
Edit
Rename
Delete
tc_skbmod.h
558 B
chmod
View
DL
Edit
Rename
Delete
tc_tunnel_key.h
2.11 MB
chmod
View
DL
Edit
Rename
Delete
tc_vlan.h
2.01 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/net/tc_act/tc_ife.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_IFE_H #define __NET_TC_IFE_H #include <net/act_api.h> #include <linux/etherdevice.h> #include <linux/rtnetlink.h> struct module; struct tcf_ife_params { u8 eth_dst[ETH_ALEN]; u8 eth_src[ETH_ALEN]; u16 eth_type; u16 flags; struct rcu_head rcu; }; struct tcf_ife_info { struct tc_action common; struct tcf_ife_params __rcu *params; /* list of metaids allowed */ struct list_head metalist; }; #define to_ife(a) ((struct tcf_ife_info *)a) struct tcf_meta_info { const struct tcf_meta_ops *ops; void *metaval; u16 metaid; struct list_head metalist; }; struct tcf_meta_ops { u16 metaid; /*Maintainer provided ID */ u16 metatype; /*netlink attribute type (look at net/netlink.h) */ const char *name; const char *synopsis; struct list_head list; int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); int (*encode)(struct sk_buff *, void *, struct tcf_meta_info *); int (*decode)(struct sk_buff *, void *, u16 len); int (*get)(struct sk_buff *skb, struct tcf_meta_info *mi); int (*alloc)(struct tcf_meta_info *, void *, gfp_t); void (*release)(struct tcf_meta_info *); int (*validate)(void *val, int len); struct module *owner; }; #define MODULE_ALIAS_IFE_META(metan) MODULE_ALIAS("ife-meta-" metan) int ife_get_meta_u32(struct sk_buff *skb, struct tcf_meta_info *mi); int ife_get_meta_u16(struct sk_buff *skb, struct tcf_meta_info *mi); int ife_alloc_meta_u32(struct tcf_meta_info *mi, void *metaval, gfp_t gfp); int ife_alloc_meta_u16(struct tcf_meta_info *mi, void *metaval, gfp_t gfp); int ife_check_meta_u32(u32 metaval, struct tcf_meta_info *mi); int ife_check_meta_u16(u16 metaval, struct tcf_meta_info *mi); int ife_encode_meta_u32(u32 metaval, void *skbdata, struct tcf_meta_info *mi); int ife_validate_meta_u32(void *val, int len); int ife_validate_meta_u16(void *val, int len); int ife_encode_meta_u16(u16 metaval, void *skbdata, struct tcf_meta_info *mi); void ife_release_meta_gen(struct tcf_meta_info *mi); int register_ife_op(struct tcf_meta_ops *mops); int unregister_ife_op(struct tcf_meta_ops *mops); #endif /* __NET_TC_IFE_H */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply