Searched refs:tcf_walker (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | pkt_cls.h | 34 struct tcf_walker struct 39 int (*fn)(struct tcf_proto *, unsigned long node, struct tcf_walker *); argument 55 void (*walk)(struct tcf_proto*, struct tcf_walker *arg);
|
/linux-2.4.37.9/net/sched/ |
D | cls_tcindex.c | 364 static void tcindex_walk(struct tcf_proto *tp, struct tcf_walker *walker) in tcindex_walk() 405 unsigned long arg, struct tcf_walker *walker) in tcindex_destroy_element() 414 struct tcf_walker walker; in tcindex_destroy()
|
D | cls_api.c | 336 struct tcf_walker w; 341 static int tcf_node_dump(struct tcf_proto *tp, unsigned long n, struct tcf_walker *arg) in tcf_node_dump()
|
D | cls_fw.c | 274 static void fw_walk(struct tcf_proto *tp, struct tcf_walker *arg) in fw_walk()
|
D | cls_route.c | 519 static void route4_walk(struct tcf_proto *tp, struct tcf_walker *arg) in route4_walk()
|
D | cls_rsvp.h | 585 static void rsvp_walk(struct tcf_proto *tp, struct tcf_walker *arg) in rsvp_walk()
|
D | cls_u32.c | 601 static void u32_walk(struct tcf_proto *tp, struct tcf_walker *arg) in u32_walk()
|