Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_ife.c296 struct tcf_ife_info *ife, u32 metaid, void *metaval, in __add_metainfo()
326 struct tcf_ife_info *ife, u32 metaid, in add_metainfo_and_get_ops()
339 static int add_metainfo(struct tcf_ife_info *ife, u32 metaid, void *metaval, in add_metainfo()
354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists) in use_all_metadata()
374 static int dump_metalist(struct sk_buff *skb, struct tcf_ife_info *ife) in dump_metalist()
409 struct tcf_ife_info *ife = to_ife(a); in _tcf_ife_cleanup()
427 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_cleanup()
458 static int populate_metalist(struct tcf_ife_info *ife, struct nlattr **tb, in populate_metalist()
491 struct tcf_ife_info *ife; in tcf_ife_init()
645 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_dump()
[all …]
/linux-6.12.1/include/net/tc_act/
Dtc_ife.h20 struct tcf_ife_info { struct
26 #define to_ife(a) ((struct tcf_ife_info *)a) argument