/external/iproute2/tc/ |
D | tc_util.h | 34 struct filter_util { struct 35 struct filter_util *next; argument 37 int (*parse_fopt)(struct filter_util *qu, char *fhandle, int argc, argument 39 int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle); argument 60 extern struct filter_util *get_filter_kind(const char *str);
|
D | tc.c | 53 static struct filter_util * filter_list; 59 extern struct filter_util u32_filter_util; 80 static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle) in print_nofopt() 90 static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsgh… in parse_nofopt() 167 struct filter_util *get_filter_kind(const char *str) in get_filter_kind() 171 struct filter_util *q; in get_filter_kind()
|
D | f_cgroup.c | 25 static int cgroup_parse_opt(struct filter_util *qu, char *handle, in cgroup_parse_opt() 83 static int cgroup_print_opt(struct filter_util *qu, FILE *f, in cgroup_print_opt() 110 struct filter_util cgroup_filter_util = {
|
D | f_basic.c | 39 static int basic_parse_opt(struct filter_util *qu, char *handle, in basic_parse_opt() 109 static int basic_print_opt(struct filter_util *qu, FILE *f, in basic_print_opt() 143 struct filter_util basic_filter_util = {
|
D | f_fw.c | 34 static int fw_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghd… in fw_parse_opt() 119 static int fw_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) in fw_print_opt() 158 struct filter_util fw_filter_util = {
|
D | f_route.c | 37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlms… in route_parse_opt() 141 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) in route_print_opt() 173 struct filter_util route_filter_util = {
|
D | f_tcindex.c | 27 static int tcindex_parse_opt(struct filter_util *qu, char *handle, int argc, in tcindex_parse_opt() 129 static int tcindex_print_opt(struct filter_util *qu, FILE *f, in tcindex_print_opt() 189 struct filter_util tcindex_filter_util = {
|
D | f_bpf.c | 64 static int bpf_parse_opt(struct filter_util *qu, char *handle, in bpf_parse_opt() 150 static int bpf_print_opt(struct filter_util *qu, FILE *f, in bpf_print_opt() 199 struct filter_util bpf_filter_util = {
|
D | f_rsvp.c | 169 static int rsvp_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsg… in rsvp_parse_opt() 322 static int rsvp_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) in rsvp_print_opt() 404 struct filter_util rsvp_filter_util = { 410 struct filter_util rsvp6_filter_util = {
|
D | f_flow.c | 133 static int flow_parse_opt(struct filter_util *fu, char *handle, in flow_parse_opt() 269 static int flow_print_opt(struct filter_util *fu, FILE *f, struct rtattr *opt, in flow_print_opt() 357 struct filter_util flow_filter_util = {
|
D | f_flower.c | 162 static int flower_parse_opt(struct filter_util *qu, char *handle, in flower_parse_opt() 452 static int flower_print_opt(struct filter_util *qu, FILE *f, in flower_print_opt() 515 struct filter_util flower_filter_util = {
|
D | tc_filter.c | 51 struct filter_util *q = NULL; in tc_filter_modify() 202 struct filter_util *q; in print_filter()
|
D | f_u32.c | 973 static int u32_parse_opt(struct filter_util *qu, char *handle, in u32_parse_opt() 1171 static int u32_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, in u32_print_opt() 1288 struct filter_util u32_filter_util = {
|