Searched refs:commentinfo (Results 1 – 1 of 1) sorted by relevance
34 struct xt_comment_info *commentinfo = (void *)match->data; in comment_print() local36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_print()37 printf(" /* %s */", commentinfo->comment); in comment_print()44 struct xt_comment_info *commentinfo = (void *)match->data; in comment_save() local46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_save()48 xtables_save_string(commentinfo->comment); in comment_save()54 struct xt_comment_info *commentinfo = (void *)params->match->data; in comment_xlate() local57 commentinfo->comment[XT_MAX_COMMENT_LEN - 1] = '\0'; in comment_xlate()60 commentinfo->comment); in comment_xlate()63 commentinfo->comment); in comment_xlate()