Lines Matching refs:argc_p

197 static int parse_at(int *argc_p, char ***argv_p, int *off, int *offmask)  in parse_at()  argument
199 int argc = *argc_p; in parse_at()
220 *argc_p = argc; in parse_at()
226 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u32() argument
230 int argc = *argc_p; in parse_u32()
253 *argc_p = argc; in parse_u32()
258 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u16() argument
262 int argc = *argc_p; in parse_u16()
284 *argc_p = argc; in parse_u16()
289 static int parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u8() argument
293 int argc = *argc_p; in parse_u8()
319 *argc_p = argc; in parse_u8()
324 static int parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_ip_addr() argument
328 int argc = *argc_p; in parse_ip_addr()
354 *argc_p = argc; in parse_ip_addr()
359 static int parse_ip6_addr(int *argc_p, char ***argv_p, in parse_ip6_addr() argument
363 int argc = *argc_p; in parse_ip6_addr()
401 *argc_p = argc; in parse_ip6_addr()
406 static int parse_ip6_class(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip6_class() argument
409 int argc = *argc_p; in parse_ip6_class()
439 *argc_p = argc; in parse_ip6_class()
444 static int parse_ether_addr(int *argc_p, char ***argv_p, in parse_ether_addr() argument
448 int argc = *argc_p; in parse_ether_addr()
478 *argc_p = argc; in parse_ether_addr()
483 static int parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip() argument
486 int argc = *argc_p; in parse_ip()
536 *argc_p = argc; in parse_ip()
541 static int parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip6() argument
544 int argc = *argc_p; in parse_ip6()
580 *argc_p = argc; in parse_ip6()
585 static int parse_ether(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ether() argument
588 int argc = *argc_p; in parse_ether()
605 *argc_p = argc; in parse_ether()
611 static int parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_udp() argument
614 int argc = *argc_p; in parse_udp()
629 *argc_p = argc; in parse_udp()
635 static int parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_icmp() argument
638 int argc = *argc_p; in parse_icmp()
653 *argc_p = argc; in parse_icmp()
658 static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n) in parse_mark() argument
661 int argc = *argc_p; in parse_mark()
688 *argc_p = argc; in parse_mark()
693 static int parse_selector(int *argc_p, char ***argv_p, in parse_selector() argument
696 int argc = *argc_p; in parse_selector()
736 *argc_p = argc; in parse_selector()
741 static int parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_offset() argument
743 int argc = *argc_p; in parse_offset()
787 *argc_p = argc; in parse_offset()
792 static int parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_hashkey() argument
794 int argc = *argc_p; in parse_hashkey()
818 *argc_p = argc; in parse_hashkey()