• Home
  • Raw
  • Download

Lines Matching refs:argc_p

199 int parse_at(int *argc_p, char ***argv_p, int *off, int *offmask)  in parse_at()  argument
201 int argc = *argc_p; in parse_at()
222 *argc_p = argc; in parse_at()
228 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u32() argument
232 int argc = *argc_p; in parse_u32()
255 *argc_p = argc; in parse_u32()
260 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u16() argument
264 int argc = *argc_p; in parse_u16()
286 *argc_p = argc; in parse_u16()
291 static int parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u8() argument
295 int argc = *argc_p; in parse_u8()
321 *argc_p = argc; in parse_u8()
326 static int parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_ip_addr() argument
330 int argc = *argc_p; in parse_ip_addr()
356 *argc_p = argc; in parse_ip_addr()
361 static int parse_ip6_addr(int *argc_p, char ***argv_p, in parse_ip6_addr() argument
365 int argc = *argc_p; in parse_ip6_addr()
403 *argc_p = argc; in parse_ip6_addr()
408 static int parse_ether_addr(int *argc_p, char ***argv_p, in parse_ether_addr() argument
412 int argc = *argc_p; in parse_ether_addr()
445 *argc_p = argc; in parse_ether_addr()
450 static int parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip() argument
453 int argc = *argc_p; in parse_ip()
505 *argc_p = argc; in parse_ip()
510 static int parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip6() argument
513 int argc = *argc_p; in parse_ip6()
549 *argc_p = argc; in parse_ip6()
554 static int parse_ether(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ether() argument
557 int argc = *argc_p; in parse_ether()
574 *argc_p = argc; in parse_ether()
580 static int parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_udp() argument
583 int argc = *argc_p; in parse_udp()
598 *argc_p = argc; in parse_udp()
604 static int parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_icmp() argument
607 int argc = *argc_p; in parse_icmp()
622 *argc_p = argc; in parse_icmp()
627 static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n) in parse_mark() argument
630 int argc = *argc_p; in parse_mark()
657 *argc_p = argc; in parse_mark()
662 static int parse_selector(int *argc_p, char ***argv_p, in parse_selector() argument
665 int argc = *argc_p; in parse_selector()
705 *argc_p = argc; in parse_selector()
710 static int parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_offset() argument
712 int argc = *argc_p; in parse_offset()
756 *argc_p = argc; in parse_offset()
761 static int parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_hashkey() argument
763 int argc = *argc_p; in parse_hashkey()
787 *argc_p = argc; in parse_hashkey()