Home
last modified time | relevance | path

Searched refs:ipt_entry (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Diptable_mangle.c26 struct ipt_entry entry;
38 struct ipt_entry entry;
66 sizeof(struct ipt_entry),
74 sizeof(struct ipt_entry),
82 sizeof(struct ipt_entry),
90 sizeof(struct ipt_entry),
98 sizeof(struct ipt_entry),
107 sizeof(struct ipt_entry),
Diptable_filter.c14 struct ipt_entry entry;
26 struct ipt_entry entry;
49 sizeof(struct ipt_entry),
57 sizeof(struct ipt_entry),
65 sizeof(struct ipt_entry),
74 sizeof(struct ipt_entry),
Dip_nat_rule.c34 struct ipt_entry entry;
46 struct ipt_entry entry;
69 sizeof(struct ipt_entry),
77 sizeof(struct ipt_entry),
85 sizeof(struct ipt_entry),
94 sizeof(struct ipt_entry),
153 const struct ipt_entry *e, in ipt_snat_checkentry()
188 const struct ipt_entry *e, in ipt_dnat_checkentry()
Dip_tables.c246 static inline struct ipt_entry *
249 return (struct ipt_entry *)(base + offset); in get_entry()
271 struct ipt_entry *e, *back; in ipt_do_table()
296 if (((struct ipt_entry *)table_base)->comefrom != 0xdead57ac in ipt_do_table()
297 && ((struct ipt_entry *)table_base)->comefrom != 0xeeeeeeec) { in ipt_do_table()
301 &((struct ipt_entry *)table_base)->comefrom, in ipt_do_table()
302 ((struct ipt_entry *)table_base)->comefrom); in ipt_do_table()
304 ((struct ipt_entry *)table_base)->comefrom = 0x57acc001; in ipt_do_table()
346 struct ipt_entry *next in ipt_do_table()
359 ((struct ipt_entry *)table_base)->comefrom in ipt_do_table()
[all …]
Dipt_MARK.c29 const struct ipt_entry *e, in checkentry()
Dipt_CLASSIFY.c38 const struct ipt_entry *e, in checkentry()
Dipt_REDIRECT.c24 const struct ipt_entry *e, in redirect_check()
Dipt_TOS.c48 const struct ipt_entry *e, in checkentry()
Dipt_DSCP.c64 const struct ipt_entry *e, in checkentry()
Dipt_MASQUERADE.c27 const struct ipt_entry *e, in masquerade_check()
Dipt_ECN.c129 const struct ipt_entry *e, in checkentry()
Dipt_MIRROR.c172 const struct ipt_entry *e, in ipt_mirror_checkentry()
Dipt_TCPMSS.c210 const struct ipt_entry *e, in ipt_tcpmss_checkentry()
Dipt_ULOG.c282 const struct ipt_entry *e, in ipt_ulog_checkentry()
Dipt_LOG.c342 const struct ipt_entry *e, in ipt_log_checkentry()
Dipt_REJECT.c370 const struct ipt_entry *e, in check()
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h122 struct ipt_entry struct
258 struct ipt_entry entries[0];
283 struct ipt_entry entrytable[0];
293 ipt_get_target(struct ipt_entry *e) in ipt_get_target()
305 for (__i = sizeof(struct ipt_entry); \
322 struct ipt_entry *__entry; \
394 const struct ipt_entry *e,
450 #define IPT_ALIGN(s) (((s) + (__alignof__(struct ipt_entry)-1)) & ~(__alignof__(struct ipt_entry)-1…
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c2905 struct ipt_entry entries[0]; in do_netfilter_replace()