Searched refs:argc_p (Results 1 - 22 of 22) sorted by relevance

/external/iproute2/tc/
H A Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
32 int argc = *argc_p;
51 *argc_p = argc;
H A Dm_pedit.h46 int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
55 extern int parse_val(int *argc_p, char ***argv_p, __u32 * val, int type);
56 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 extern int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
H A Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Df_u32.c197 static int parse_at(int *argc_p, char ***argv_p, int *off, int *offmask) argument
199 int argc = *argc_p;
220 *argc_p = argc;
226 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, argument
230 int argc = *argc_p;
253 *argc_p = argc;
258 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, argument
262 int argc = *argc_p;
284 *argc_p = argc;
289 static int parse_u8(int *argc_p, cha argument
324 parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
359 parse_ip6_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
406 parse_ip6_class(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
444 parse_ether_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
483 parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
541 parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
585 parse_ether(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
611 parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
635 parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
658 parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n) argument
693 parse_selector(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, struct nlmsghdr *n) argument
741 parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
792 parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
[all...]
H A Dm_csum.c40 parse_csum_args(int *argc_p, char ***argv_p, struct tc_csum *sel) argument
42 int argc = *argc_p;
79 *argc_p = argc;
86 parse_csum(struct action_util *a, int *argc_p, argument
91 int argc = *argc_p;
170 *argc_p = argc;
H A Dm_nat.c44 parse_nat_args(int *argc_p, char ***argv_p,struct tc_nat *sel) argument
46 int argc = *argc_p;
76 *argc_p = argc;
85 parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
89 int argc = *argc_p;
162 *argc_p = argc;
H A Dm_pedit.c62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
64 int argc = *argc_p;
220 parse_val(int *argc_p, char ***argv_p, __u32 * val, int type) argument
222 int argc = *argc_p;
251 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
256 int argc = *argc_p;
314 *argc_p = argc;
321 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
325 int argc = *argc_p;
392 *argc_p
398 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) argument
444 parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
[all...]
H A Dm_connmark.c44 parse_connmark(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, argument
49 int argc = *argc_p;
126 *argc_p = argc;
H A Dm_simple.c96 parse_simple(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, argument
100 int argc = *argc_p;
154 *argc_p = argc;
H A Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
30 int argc = *argc_p;
136 *argc_p = argc;
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dm_mirred.c65 parse_egress(struct action_util *a, int *argc_p, char ***argv_p, argument
69 int argc = *argc_p;
203 *argc_p = argc;
210 parse_mirred(struct action_util *a, int *argc_p, char ***argv_p, argument
214 int argc = *argc_p;
233 *argc_p = argc;
H A Dm_gact.c93 parse_gact(struct action_util *a, int *argc_p, char ***argv_p, argument
96 int argc = *argc_p;
201 *argc_p = argc;
H A Dm_skbedit.c50 parse_skbedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, argument
53 int argc = *argc_p;
156 *argc_p = argc;
H A Dm_vlan.c36 static int parse_vlan(struct action_util *a, int *argc_p, char ***argv_p, argument
39 int argc = *argc_p;
164 *argc_p = argc;
H A Dm_action.c77 static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int code, struct nlmsghdr *n) argument
79 int argc = *argc_p;
168 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
170 int argc = *argc_p;
251 *argc_p = argc;
392 static int tc_action_gd(int cmd, unsigned flags, int *argc_p, char ***argv_p) argument
396 int argc = *argc_p;
498 *argc_p = argc;
504 static int tc_action_modify(int cmd, unsigned flags, int *argc_p, char ***argv_p) argument
506 int argc = *argc_p;
[all...]
H A Dm_police.c124 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
126 int argc = *argc_p;
309 *argc_p = argc;
314 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
316 return act_parse_police(NULL,argc_p,argv_p,tca_id,n);
H A Dm_xt.c119 static int parse_ipt(struct action_util *a,int *argc_p, argument
127 int rargc = *argc_p;
272 *argc_p = rargc - iargc;
H A Dm_xt_old.c207 static int parse_ipt(struct action_util *a,int *argc_p, argument
214 int rargc = *argc_p;
336 *argc_p = rargc - iargc;
H A Df_rsvp.c40 static int get_addr_and_pi(int *argc_p, char ***argv_p, inet_prefix * addr, argument
43 int argc = *argc_p;
163 *argc_p = argc;
H A Dm_ematch.c320 int parse_ematch(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
322 begin_argc = ematch_argc = *argc_p;
360 *argc_p = ematch_argc;
H A Dm_ipt.c388 static int parse_ipt(struct action_util *a,int *argc_p, argument
395 int rargc = *argc_p;
519 *argc_p = rargc - iargc;

Completed in 105 milliseconds