Home
last modified time | relevance | path

Searched refs:xt_target (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v4.19/include/linux/netfilter_bridge/
Debtables.h42 unsigned int hook_num, const struct xt_target *target,
45 const struct xt_target *target, void *targinfo,
47 void (*destroy)(const struct xt_target *target, void *targinfo);
60 unsigned int hook_num, const struct xt_target *target,
63 const struct xt_target *target, void *targinfo,
65 void (*destroy)(const struct xt_target *target, void *targinfo);
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h33 const struct xt_target *target;
127 const struct xt_target *target;
137 const struct xt_target *target;
182 struct xt_target { struct
270 int xt_register_target(struct xt_target *target);
271 void xt_unregister_target(struct xt_target *target);
272 int xt_register_targets(struct xt_target *target, unsigned int n);
273 void xt_unregister_targets(struct xt_target *target, unsigned int n);
320 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision);
322 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
[all …]
/Linux-v4.19/net/netfilter/
Dnft_compat.c94 struct xt_target *target = expr->ops->data; in nft_target_eval_xt()
120 struct xt_target *target = expr->ops->data; in nft_target_eval_bridge()
159 struct xt_target *target, void *info, in nft_target_set_tgchk_param()
199 static void target_compat_from_user(struct xt_target *t, void *in, void *out) in target_compat_from_user()
243 struct xt_target *target = expr->ops->data; in nft_target_init()
278 struct xt_target *target = expr->ops->data; in nft_target_destroy()
295 const struct xt_target *target = expr->ops->data; in nft_target_dump()
313 struct xt_target *target = expr->ops->data; in nft_target_validate()
809 static bool nft_target_cmp(const struct xt_target *tg, in nft_target_cmp()
821 struct xt_target *target; in nft_target_select_ops()
[all …]
Dx_tables.c73 int xt_register_target(struct xt_target *target) in xt_register_target()
85 xt_unregister_target(struct xt_target *target) in xt_unregister_target()
96 xt_register_targets(struct xt_target *target, unsigned int n) in xt_register_targets()
116 xt_unregister_targets(struct xt_target *target, unsigned int n) in xt_unregister_targets()
230 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
232 struct xt_target *t; in xt_find_target()
260 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
262 struct xt_target *target; in xt_request_find_target()
355 const struct xt_target *t; in target_revfn()
1110 int xt_compat_target_offset(const struct xt_target *target) in xt_compat_target_offset()
[all …]
Dxt_TRACE.c31 static struct xt_target trace_tg_reg __read_mostly = {
Dxt_CLASSIFY.c40 static struct xt_target classify_tg_reg[] __read_mostly = {
Dxt_mark.c45 static struct xt_target mark_tg_reg __read_mostly = {
Dxt_CHECKSUM.c69 static struct xt_target checksum_tg_reg __read_mostly = {
Dxt_NFLOG.c62 static struct xt_target nflog_tg_reg __read_mostly = {
Dxt_REDIRECT.c74 static struct xt_target redirect_tg_reg[] __read_mostly = {
Dxt_LOG.c72 static struct xt_target log_tg_regs[] __read_mostly = {
Dxt_CONNSECMARK.c121 static struct xt_target connsecmark_tg_reg __read_mostly = {
Dxt_SECMARK.c127 static struct xt_target secmark_tg_reg __read_mostly = {
/Linux-v4.19/include/uapi/linux/netfilter_bridge/
Debtables.h37 struct xt_target;
141 struct xt_target *watcher;
154 struct xt_target *target;
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_MASQUERADE.c44 static struct xt_target masquerade_tg6_reg __read_mostly = {
Dip6t_REJECT.c102 static struct xt_target reject_tg6_reg __read_mostly = {
/Linux-v4.19/net/bridge/netfilter/
Debt_nflog.c50 static struct xt_target ebt_nflog_tg_reg __read_mostly = {
Debt_redirect.c55 static struct xt_target ebt_redirect_tg_reg __read_mostly = {
Debt_snat.c62 static struct xt_target ebt_snat_tg_reg __read_mostly = {
Debt_dnat.c69 static struct xt_target ebt_dnat_tg_reg __read_mostly = {
Debt_mark.c82 static struct xt_target ebt_mark_tg_reg __read_mostly = {
Debt_arpreply.c77 static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
/Linux-v4.19/net/ipv4/netfilter/
Dipt_MASQUERADE.c67 static struct xt_target masquerade_tg_reg __read_mostly = {
Dipt_REJECT.c90 static struct xt_target reject_tg_reg __read_mostly = {
Darpt_mangle.c71 static struct xt_target arpt_mangle_reg __read_mostly = {

123