Symbol: xt_target
include/linux/netfilter/x_tables.h
130
const struct xt_target *target;
include/linux/netfilter/x_tables.h
140
const struct xt_target *target;
include/linux/netfilter/x_tables.h
279
int xt_register_target(struct xt_target *target);
include/linux/netfilter/x_tables.h
280
void xt_unregister_target(struct xt_target *target);
include/linux/netfilter/x_tables.h
281
int xt_register_targets(struct xt_target *target, unsigned int n);
include/linux/netfilter/x_tables.h
282
void xt_unregister_targets(struct xt_target *target, unsigned int n);
include/linux/netfilter/x_tables.h
33
const struct xt_target *target;
include/linux/netfilter/x_tables.h
334
struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
include/linux/netfilter/x_tables.h
540
int xt_compat_target_offset(const struct xt_target *target);
include/linux/netfilter_bridge/ebtables.h
42
unsigned int hook_num, const struct xt_target *target,
include/linux/netfilter_bridge/ebtables.h
45
const struct xt_target *target, void *targinfo,
include/linux/netfilter_bridge/ebtables.h
47
void (*destroy)(const struct xt_target *target, void *targinfo);
include/linux/netfilter_bridge/ebtables.h
60
unsigned int hook_num, const struct xt_target *target,
include/linux/netfilter_bridge/ebtables.h
63
const struct xt_target *target, void *targinfo,
include/linux/netfilter_bridge/ebtables.h
65
void (*destroy)(const struct xt_target *target, void *targinfo);
include/uapi/linux/netfilter/x_tables.h
47
struct xt_target *target;
include/uapi/linux/netfilter_bridge/ebtables.h
141
struct xt_target *watcher;
include/uapi/linux/netfilter_bridge/ebtables.h
154
struct xt_target *target;
include/uapi/linux/netfilter_bridge/ebtables.h
37
struct xt_target;
include/uapi/linux/netfilter_ipv4/ip_tables.h
30
#define ipt_target xt_target
include/uapi/linux/netfilter_ipv6/ip6_tables.h
30
#define ip6t_target xt_target
net/bridge/netfilter/ebt_arpreply.c
78
static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_dnat.c
83
static struct xt_target ebt_dnat_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_log.c
203
static struct xt_target ebt_log_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_mark.c
83
static struct xt_target ebt_mark_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_nflog.c
51
static struct xt_target ebt_nflog_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_redirect.c
62
static struct xt_target ebt_redirect_tg_reg __read_mostly = {
net/bridge/netfilter/ebt_snat.c
66
static struct xt_target ebt_snat_tg_reg __read_mostly = {
net/bridge/netfilter/ebtables.c
1683
const struct xt_target *target = t->u.target;
net/bridge/netfilter/ebtables.c
1975
static bool tgt_size_ok(const struct xt_target *tgt, unsigned int tgt_size)
net/bridge/netfilter/ebtables.c
1989
struct xt_target *wt;
net/bridge/netfilter/ebtables.c
438
struct xt_target *watcher;
net/bridge/netfilter/ebtables.c
691
struct xt_target *target;
net/bridge/netfilter/ebtables.c
81
static struct xt_target ebt_standard_target = {
net/ipv4/netfilter/arp_tables.c
1091
struct xt_target *target;
net/ipv4/netfilter/arp_tables.c
1566
static struct xt_target arpt_builtin_tg[] __read_mostly = {
net/ipv4/netfilter/arp_tables.c
422
struct xt_target *target;
net/ipv4/netfilter/arpt_mangle.c
80
static struct xt_target arpt_mangle_reg __read_mostly = {
net/ipv4/netfilter/ip_tables.c
1291
struct xt_target *target;
net/ipv4/netfilter/ip_tables.c
1767
static struct xt_target ipt_builtin_tg[] __read_mostly = {
net/ipv4/netfilter/ip_tables.c
520
struct xt_target *target;
net/ipv4/netfilter/ipt_ECN.c
112
static struct xt_target ecn_tg_reg __read_mostly = {
net/ipv4/netfilter/ipt_REJECT.c
88
static struct xt_target reject_tg_reg __read_mostly = {
net/ipv4/netfilter/ipt_SYNPROXY.c
95
static struct xt_target synproxy_tg4_reg __read_mostly = {
net/ipv6/netfilter/ip6_tables.c
1307
struct xt_target *target;
net/ipv6/netfilter/ip6_tables.c
1777
static struct xt_target ip6t_builtin_tg[] __read_mostly = {
net/ipv6/netfilter/ip6_tables.c
539
struct xt_target *target;
net/ipv6/netfilter/ip6t_NPT.c
145
static struct xt_target ip6t_npt_target_reg[] __read_mostly = {
net/ipv6/netfilter/ip6t_REJECT.c
98
static struct xt_target reject_tg6_reg __read_mostly = {
net/ipv6/netfilter/ip6t_SYNPROXY.c
98
static struct xt_target synproxy_tg6_reg __read_mostly = {
net/netfilter/nft_compat.c
105
struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
146
struct xt_target *target, void *info,
net/netfilter/nft_compat.c
186
static void target_compat_from_user(struct xt_target *t, void *in, void *out)
net/netfilter/nft_compat.c
248
struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
302
struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
338
const struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
379
struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
403
struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
78
struct xt_target *target = expr->ops->data;
net/netfilter/nft_compat.c
907
struct xt_target *target;
net/netfilter/nft_compat.c
969
struct xt_target *target = ops->data;
net/netfilter/x_tables.c
104
xt_unregister_target(struct xt_target *target)
net/netfilter/x_tables.c
115
xt_register_targets(struct xt_target *target, unsigned int n)
net/netfilter/x_tables.c
1217
int xt_compat_target_offset(const struct xt_target *target)
net/netfilter/x_tables.c
1227
const struct xt_target *target = t->u.kernel.target;
net/netfilter/x_tables.c
1255
const struct xt_target *target = t->u.kernel.target;
net/netfilter/x_tables.c
135
xt_unregister_targets(struct xt_target *target, unsigned int n)
net/netfilter/x_tables.c
1902
const struct xt_target *target;
net/netfilter/x_tables.c
1909
target = list_entry(trav->curr, struct xt_target, list);
net/netfilter/x_tables.c
249
static struct xt_target *xt_find_target(u8 af, const char *name, u8 revision)
net/netfilter/x_tables.c
251
struct xt_target *t;
net/netfilter/x_tables.c
278
struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision)
net/netfilter/x_tables.c
280
struct xt_target *target;
net/netfilter/x_tables.c
375
const struct xt_target *t;
net/netfilter/x_tables.c
92
int xt_register_target(struct xt_target *target)
net/netfilter/xt_AUDIT.c
72
static struct xt_target audit_tg_reg[] __read_mostly = {
net/netfilter/xt_CHECKSUM.c
66
static struct xt_target checksum_tg_reg[] __read_mostly = {
net/netfilter/xt_CLASSIFY.c
37
static struct xt_target classify_tg_reg[] __read_mostly = {
net/netfilter/xt_CONNSECMARK.c
117
static struct xt_target connsecmark_tg_reg[] __read_mostly = {
net/netfilter/xt_CT.c
329
static struct xt_target xt_ct_tg_reg[] __read_mostly = {
net/netfilter/xt_DSCP.c
111
static struct xt_target dscp_tg_reg[] __read_mostly = {
net/netfilter/xt_HL.c
123
static struct xt_target hl_tg_reg[] __read_mostly = {
net/netfilter/xt_HMARK.c
336
static struct xt_target hmark_tg_reg[] __read_mostly = {
net/netfilter/xt_IDLETIMER.c
479
static struct xt_target idletimer_tg[] __read_mostly = {
net/netfilter/xt_LED.c
181
static struct xt_target led_tg_reg[] __read_mostly = {
net/netfilter/xt_LOG.c
77
static struct xt_target log_tg_regs[] __read_mostly = {
net/netfilter/xt_MASQUERADE.c
72
static struct xt_target masquerade_tg_reg[] __read_mostly = {
net/netfilter/xt_NETMAP.c
119
static struct xt_target netmap_tg_reg[] __read_mostly = {
net/netfilter/xt_NFLOG.c
67
static struct xt_target nflog_tg_reg[] __read_mostly = {
net/netfilter/xt_NFQUEUE.c
110
static struct xt_target nfqueue_tg_reg[] __read_mostly = {
net/netfilter/xt_RATEEST.c
182
static struct xt_target xt_rateest_tg_reg[] __read_mostly = {
net/netfilter/xt_REDIRECT.c
77
static struct xt_target redirect_tg_reg[] __read_mostly = {
net/netfilter/xt_SECMARK.c
156
static struct xt_target secmark_tg_reg[] __read_mostly = {
net/netfilter/xt_TCPMSS.c
310
static struct xt_target tcpmss_tg_reg[] __read_mostly = {
net/netfilter/xt_TCPOPTSTRIP.c
112
static struct xt_target tcpoptstrip_tg_reg[] __read_mostly = {
net/netfilter/xt_TEE.c
146
static struct xt_target tee_tg_reg[] __read_mostly = {
net/netfilter/xt_TPROXY.c
218
static struct xt_target tproxy_tg_reg[] __read_mostly = {
net/netfilter/xt_TRACE.c
32
static struct xt_target trace_tg_reg[] __read_mostly = {
net/netfilter/xt_connmark.c
160
static struct xt_target connmark_tg_reg[] __read_mostly = {
net/netfilter/xt_mark.c
42
static struct xt_target mark_tg_reg[] __read_mostly = {
net/netfilter/xt_nat.c
159
static struct xt_target xt_nat_target_reg[] __read_mostly = {
net/netfilter/xt_set.c
625
static struct xt_target set_targets[] __read_mostly = {