Home
last modified time | relevance | path

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

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