Home
last modified time | relevance | path

Searched defs:tcf_meta_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/tc_act/
H A Dtc_ife.h33 struct tcf_meta_ops { struct
34 u16 metaid; /*Maintainer provided ID */
35 u16 metatype; /*netlink attribute type (look at net/netlink.h) */
36 const char *name;
37 const char *synopsis;
38 struct list_head list;
62 int register_ife_op(struct tcf_meta_ops *mops); argument