Home
last modified time | relevance | path

Searched refs:tcf_ife_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sched/
Dact_ife.c300 struct tcf_ife_info *ife, u32 metaid, void *metaval, in __add_metainfo()
330 struct tcf_ife_info *ife, u32 metaid, in add_metainfo_and_get_ops()
343 static int add_metainfo(struct tcf_ife_info *ife, u32 metaid, void *metaval, in add_metainfo()
358 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata()
378 static int dump_metalist(struct sk_buff *skb, struct tcf_ife_info *ife) in dump_metalist()
413 struct tcf_ife_info *ife = to_ife(a); in _tcf_ife_cleanup()
431 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_cleanup()
443 static int populate_metalist(struct tcf_ife_info *ife, struct nlattr **tb, in populate_metalist()
478 struct tcf_ife_info *ife; in tcf_ife_init()
612 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_dump()
[all …]
/Linux-v4.19/include/net/tc_act/
Dtc_ife.h19 struct tcf_ife_info { struct
25 #define to_ife(a) ((struct tcf_ife_info *)a) argument