• Home
  • Raw
  • Download

Lines Matching refs:tc_u32_sel

117 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask,  in pack_key()
149 static int pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key32()
157 static int pack_key16(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key16()
174 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) in pack_key8()
226 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u32()
258 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u16()
289 static int parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u8()
324 static int parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_ip_addr()
360 struct tc_u32_sel *sel, int off) 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()
445 struct tc_u32_sel *sel, int off) in parse_ether_addr()
483 static int parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip()
541 static int parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip6()
585 static int parse_ether(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ether()
611 static int parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_udp()
635 static int parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_icmp()
694 struct tc_u32_sel *sel, struct nlmsghdr *n) in parse_selector()
741 static int parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_offset()
792 static int parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_hashkey()
977 struct tc_u32_sel sel; in u32_parse_opt()
1081 struct tc_u32_sel sel; in u32_parse_opt()
1175 struct tc_u32_sel *sel = NULL; in u32_print_opt()