Home
last modified time | relevance | path

Searched refs:ingress_cl_list (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_ingress.c48 return &dev->ingress_cl_list; in ingress_find_tcf()
63 tcf_destroy_chain(&dev->ingress_cl_list); in ingress_destroy()
/linux-4.4.14/include/linux/
Dnetdevice.h1692 struct tcf_proto __rcu *ingress_cl_list; member
/linux-4.4.14/net/core/
Ddev.c3679 struct tcf_proto *cl = rcu_dereference_bh(skb->dev->ingress_cl_list); in handle_ing()