Lines Matching refs:info
33 struct ip6t_hl_info *info = cb->data;
38 info->mode = cb->invert ? IP6T_HL_NE : IP6T_HL_EQ;
41 info->mode = IP6T_HL_LT;
44 info->mode = IP6T_HL_GT;
66 const struct ip6t_hl_info *info =
69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit);
80 const struct ip6t_hl_info *info =
83 printf(" %s %u", op[info->mode], info->hop_limit);