Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_mirred.c38 list_del(&m->tcfm_list); in tcf_mirred_release()
121 list_add(&m->tcfm_list, &mirred_list); in tcf_mirred_init()
221 list_for_each_entry(m, &mirred_list, tcfm_list) { in mirred_device_event()
/linux-4.1.27/include/net/tc_act/
Dtc_mirred.h12 struct list_head tcfm_list; member