Searched defs:ipt_replace (Results 1 – 4 of 4) sorted by relevance
175 struct ipt_replace { struct177 char name[XT_TABLE_MAXNAMELEN];181 unsigned int valid_hooks;184 unsigned int num_entries;187 unsigned int size;190 unsigned int hook_entry[NF_INET_NUMHOOKS];193 unsigned int underflow[NF_INET_NUMHOOKS];197 unsigned int num_counters;199 struct xt_counters *counters;202 struct ipt_entry entries[0];
179 struct ipt_replace { struct181 char name[XT_TABLE_MAXNAMELEN];185 unsigned int valid_hooks;188 unsigned int num_entries;191 unsigned int size;194 unsigned int hook_entry[NF_INET_NUMHOOKS];197 unsigned int underflow[NF_INET_NUMHOOKS];201 unsigned int num_counters;203 struct xt_counters __user *counters;206 struct ipt_entry entries[0];
177 struct ipt_replace { struct179 char name[XT_TABLE_MAXNAMELEN];183 unsigned int valid_hooks;186 unsigned int num_entries;189 unsigned int size;192 unsigned int hook_entry[NF_INET_NUMHOOKS];195 unsigned int underflow[NF_INET_NUMHOOKS];199 unsigned int num_counters;201 struct xt_counters *counters;204 struct ipt_entry entries[0];
951 struct ipt_replace { struct966 struct ipt_replace replace; argument