Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_ife.c430 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_cleanup()
568 ife = to_ife(*a); in tcf_ife_init()
642 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_dump()
714 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_decode()
790 struct tcf_ife_info *ife = to_ife(a); in tcf_ife_encode()
885 struct tcf_ife_info *ife = to_ife(a);
907 struct tcf_ife_info *ife = to_ife(act);
/linux/include/net/tc_act/
H A Dtc_ife.h24 #define to_ife(a) ((struct tcf_ife_info *)a) macro