Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_ife.c295 struct tcf_ife_info *ife, u32 metaid, void *metaval, in __add_metainfo()
325 struct tcf_ife_info *ife, u32 metaid, in add_metainfo_and_get_ops()
338 static int add_metainfo(struct tcf_ife_info *ife, u32 metaid, void *metaval, in add_metainfo()
353 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata()
373 static int dump_metalist(struct sk_buff *skb, struct tcf_ife_info *ife) in dump_metalist()
408 struct tcf_ife_info *ife = to_ife(a); in _tcf_ife_cleanup()
426 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_cleanup()
457 static int populate_metalist(struct tcf_ife_info *ife, struct nlattr **tb, in populate_metalist()
490 struct tcf_ife_info *ife; in tcf_ife_init()
644 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_dump()
[all …]
/Linux-v6.1/include/net/tc_act/
Dtc_ife.h20 struct tcf_ife_info { struct
26 #define to_ife(a) ((struct tcf_ife_info *)a) argument