Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

42 	struct xt_secmark_target_info *info =
50 info->mode = SECMARK_MODE_SEL;
58 strcpy(info->u.sel.selctx, optarg);
74 static void print_secmark(struct xt_secmark_target_info *info)
76 switch (info->mode) {
78 printf("selctx %s ", info->u.sel.selctx);\
82 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode);
89 struct xt_secmark_target_info *info =
93 print_secmark(info);
96 /* Saves the target info in parsable form to stdout. */
99 struct xt_secmark_target_info *info =
103 print_secmark(info);