Searched refs:ipt_entry (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | iptable_mangle.c | 26 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),
|
D | iptable_filter.c | 14 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),
|
D | ip_nat_rule.c | 34 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()
|
D | ip_tables.c | 246 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 …]
|
D | ipt_MARK.c | 29 const struct ipt_entry *e, in checkentry()
|
D | ipt_CLASSIFY.c | 38 const struct ipt_entry *e, in checkentry()
|
D | ipt_REDIRECT.c | 24 const struct ipt_entry *e, in redirect_check()
|
D | ipt_TOS.c | 48 const struct ipt_entry *e, in checkentry()
|
D | ipt_DSCP.c | 64 const struct ipt_entry *e, in checkentry()
|
D | ipt_MASQUERADE.c | 27 const struct ipt_entry *e, in masquerade_check()
|
D | ipt_ECN.c | 129 const struct ipt_entry *e, in checkentry()
|
D | ipt_MIRROR.c | 172 const struct ipt_entry *e, in ipt_mirror_checkentry()
|
D | ipt_TCPMSS.c | 210 const struct ipt_entry *e, in ipt_tcpmss_checkentry()
|
D | ipt_ULOG.c | 282 const struct ipt_entry *e, in ipt_ulog_checkentry()
|
D | ipt_LOG.c | 342 const struct ipt_entry *e, in ipt_log_checkentry()
|
D | ipt_REJECT.c | 370 const struct ipt_entry *e, in check()
|
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 122 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/ |
D | sys_sparc32.c | 2905 struct ipt_entry entries[0]; in do_netfilter_replace()
|