Lines Matching full:helper
16 " --helper name Use conntrack helper 'name' for connection\n"
28 " --helper name Use conntrack helper 'name' for connection\n"
48 {.name = "helper", .id = O_HELPER, .type = XTTYPE_STRING,
49 .flags = XTOPT_PUT, XTOPT_POINTER(s, helper)},
61 {.name = "helper", .id = O_HELPER, .type = XTTYPE_STRING,
62 .flags = XTOPT_PUT, XTOPT_POINTER(s, helper)},
85 { "helper", IPCT_HELPER },
180 if (info->helper[0])
181 printf(" helper %s", info->helper);
205 if (info->helper[0])
206 printf(" helper %s", info->helper);
228 if (info->helper[0])
229 printf(" --helper %s", info->helper);
249 if (info->helper[0])
250 printf(" --helper %s", info->helper);