Lines Matching refs:info
32 struct ip6t_hl_info *info = (struct ip6t_hl_info *) (*match)->data;
48 info->mode = IP6T_HL_NE;
50 info->mode = IP6T_HL_EQ;
53 info->hop_limit = value;
62 info->mode = IP6T_HL_LT;
63 info->hop_limit = value;
72 info->mode = IP6T_HL_GT;
73 info->hop_limit = value;
102 const struct ip6t_hl_info *info =
105 printf("HL match HL %s %u ", op[info->mode], info->hop_limit);
117 const struct ip6t_hl_info *info =
120 printf("--hl-%s %u ", op[info->mode], info->hop_limit);