Searched refs:ipt_entry (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/include/uapi/linux/netfilter_ipv4/ |
| D | ip_tables.h | 63 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args) 67 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args) 106 struct ipt_entry { struct 206 struct ipt_entry entries[0]; 218 struct ipt_entry entrytable[0]; 223 ipt_get_target(struct ipt_entry *e) in ipt_get_target()
|
| /Linux-v4.19/net/ipv4/netfilter/ |
| D | ip_tables.c | 105 static inline struct ipt_entry * 108 return (struct ipt_entry *)(base + offset); in get_entry() 113 static inline bool unconditional(const struct ipt_entry *e) in unconditional() 117 return e->target_offset == sizeof(struct ipt_entry) && in unconditional() 123 ipt_get_target_c(const struct ipt_entry *e) in ipt_get_target_c() 125 return ipt_get_target((struct ipt_entry *)e); in ipt_get_target_c() 161 get_chainname_rulenum(const struct ipt_entry *s, const struct ipt_entry *e, in get_chainname_rulenum() 197 const struct ipt_entry *e) in trace_packet() 199 const struct ipt_entry *root; in trace_packet() 201 const struct ipt_entry *iter; in trace_packet() [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 | 444 const struct ipt_entry *e = par->entryinfo; in synproxy_tg4_check()
|
| D | ipt_CLUSTERIP.c | 437 const struct ipt_entry *e = par->entryinfo; in clusterip_tg_check()
|
| /Linux-v4.19/include/linux/netfilter_ipv4/ |
| D | ip_tables.h | 36 struct ipt_entry entry; 41 struct ipt_entry entry; 47 .target_offset = sizeof(struct ipt_entry), \
|
| /Linux-v4.19/net/sched/ |
| D | em_ipt.c | 49 struct ipt_entry e4; in check_match()
|
| D | act_ipt.c | 42 struct ipt_entry e = {}; in ipt_init_target()
|
| /Linux-v4.19/net/netfilter/ |
| D | xt_l2tp.c | 265 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 | 75 struct ipt_entry e4;
|