Home
last modified time | relevance | path

Searched refs:xtables_save_string (Results 1 – 11 of 11) sorted by relevance

/external/iptables/extensions/
Dlibxt_nfacct.c53 xtables_save_string(info->name); in nfacct_print_name()
Dlibxt_comment.c48 xtables_save_string(commentinfo->comment); in comment_save()
Dlibxt_helper.c45 xtables_save_string(info->name); in helper_save()
Dlibipt_ULOG.c86 xtables_save_string(loginfo->prefix); in ULOG_save()
Dlibxt_NFLOG.c82 xtables_save_string(info->prefix); in nflog_print()
Dlibxt_cgroup.c116 xtables_save_string(info->path); in cgroup_save_v1()
Dlibip6t_LOG.c156 xtables_save_string(loginfo->prefix); in LOG_save()
Dlibipt_LOG.c156 xtables_save_string(loginfo->prefix); in LOG_save()
/external/iproute2/include/
Dxtables.h489 extern void xtables_save_string(const char *value);
/external/iptables/include/
Dxtables.h522 extern void xtables_save_string(const char *value);
/external/iptables/libxtables/
Dxtables.c1858 void xtables_save_string(const char *value) in xtables_save_string() function