Searched refs:tca_id (Results 1 - 13 of 13) sorted by relevance

/external/iproute2/tc/
H A Dm_mirred.c65 parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
198 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
209 parse_mirred(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
229 int ret = parse_egress(a, &argc, &argv, tca_id, n);
H A Dm_csum.c87 char ***argv_p, int tca_id, struct nlmsghdr *n)
166 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
86 parse_csum(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
H A Dm_gact.c93 parse_gact(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
191 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
H A Dm_nat.c85 parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
158 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
H A Dm_skbedit.c51 parse_skbedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, argument
143 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
H A Dm_pedit.h58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
H A Dm_police.c125 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
297 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
316 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
318 return act_parse_police(NULL,argc_p,argv_p,tca_id,n);
H A Dm_xt.c116 char ***argv_p, int tca_id, struct nlmsghdr *n)
225 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
115 parse_ipt(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
H A Dm_xt_old.c208 char ***argv_p, int tca_id, struct nlmsghdr *n)
311 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
207 parse_ipt(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
H A Dm_ematch.c320 int parse_ematch(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
347 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
H A Dm_pedit.c461 parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
542 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
H A Dm_action.c168 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
185 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
H A Dm_ipt.c389 char ***argv_p, int tca_id, struct nlmsghdr *n)
494 addattr_l(n, MAX_MSG, tca_id, NULL, 0);
388 parse_ipt(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument

Completed in 82 milliseconds