Searched refs:ipt_entry (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 61 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 65 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args) 104 struct ipt_entry { struct 204 struct ipt_entry entries[0]; 216 struct ipt_entry entrytable[0]; 221 ipt_get_target(struct ipt_entry *e) in ipt_get_target()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ip_tables.c | 163 static inline struct ipt_entry * 166 return (struct ipt_entry *)(base + offset); in get_entry() 181 ipt_get_target_c(const struct ipt_entry *e) in ipt_get_target_c() 183 return ipt_get_target((struct ipt_entry *)e); in ipt_get_target_c() 219 get_chainname_rulenum(const struct ipt_entry *s, const struct ipt_entry *e, in get_chainname_rulenum() 232 if (s->target_offset == sizeof(struct ipt_entry) && in get_chainname_rulenum() 255 const struct ipt_entry *e) in trace_packet() 258 const struct ipt_entry *root; in trace_packet() 260 const struct ipt_entry *iter; in trace_packet() 282 struct ipt_entry *ipt_next_entry(const struct ipt_entry *entry) in ipt_next_entry() [all …]
|
D | ipt_REJECT.c | 74 const struct ipt_entry *e = par->entryinfo; in reject_tg_check()
|
D | ipt_ECN.c | 99 const struct ipt_entry *e = par->entryinfo; in ecn_tg_check()
|
D | ipt_SYNPROXY.c | 407 const struct ipt_entry *e = par->entryinfo; in synproxy_tg4_check()
|
D | ipt_CLUSTERIP.c | 366 const struct ipt_entry *e = par->entryinfo; in clusterip_tg_check()
|
/linux-4.1.27/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 34 struct ipt_entry entry; 39 struct ipt_entry entry; 45 .target_offset = sizeof(struct ipt_entry), \
|
/linux-4.1.27/net/netfilter/ |
D | xt_l2tp.c | 261 const struct ipt_entry *e = par->entryinfo; in l2tp_mt_check4()
|
D | xt_TCPMSS.c | 269 const struct ipt_entry *e = par->entryinfo; in tcpmss_tg4_check()
|
D | xt_CT.c | 60 const struct ipt_entry *e = par->entryinfo; in xt_ct_find_proto()
|
D | nft_compat.c | 43 struct ipt_entry e4;
|