Home
last modified time | relevance | path

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

123

/Linux-v5.4/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-v5.4/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);
321 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
523 int xt_compat_target_offset(const struct xt_target *target);
/Linux-v5.4/include/uapi/linux/netfilter_bridge/
Debtables.h37 struct xt_target;
141 struct xt_target *watcher;
154 struct xt_target *target;
/Linux-v5.4/net/netfilter/
Dnft_compat.c72 struct xt_target *target = expr->ops->data; in nft_target_eval_xt()
98 struct xt_target *target = expr->ops->data; in nft_target_eval_bridge()
137 struct xt_target *target, void *info, in nft_target_set_tgchk_param()
177 static void target_compat_from_user(struct xt_target *t, void *in, void *out) in target_compat_from_user()
221 struct xt_target *target = expr->ops->data; in nft_target_init()
253 struct xt_target *target = expr->ops->data; in nft_target_destroy()
289 const struct xt_target *target = expr->ops->data; in nft_target_dump()
308 struct xt_target *target = expr->ops->data; in nft_target_validate()
788 struct xt_target *target; in nft_target_select_ops()
848 struct xt_target *target = ops->data; in nft_target_release_ops()
Dx_tables.c69 int xt_register_target(struct xt_target *target) in xt_register_target()
81 xt_unregister_target(struct xt_target *target) in xt_unregister_target()
92 xt_register_targets(struct xt_target *target, unsigned int n) in xt_register_targets()
112 xt_unregister_targets(struct xt_target *target, unsigned int n) in xt_unregister_targets()
226 static struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
228 struct xt_target *t; in xt_find_target()
255 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
257 struct xt_target *target; in xt_request_find_target()
350 const struct xt_target *t; in target_revfn()
1105 int xt_compat_target_offset(const struct xt_target *target) in xt_compat_target_offset()
[all …]
Dxt_TRACE.c32 static struct xt_target trace_tg_reg __read_mostly = {
Dxt_CLASSIFY.c37 static struct xt_target classify_tg_reg[] __read_mostly = {
Dxt_mark.c42 static struct xt_target mark_tg_reg __read_mostly = {
Dxt_CHECKSUM.c66 static struct xt_target checksum_tg_reg __read_mostly = {
Dxt_NFLOG.c59 static struct xt_target nflog_tg_reg __read_mostly = {
Dxt_REDIRECT.c71 static struct xt_target redirect_tg_reg[] __read_mostly = {
Dxt_LOG.c69 static struct xt_target log_tg_regs[] __read_mostly = {
Dxt_CONNSECMARK.c117 static struct xt_target connsecmark_tg_reg __read_mostly = {
Dxt_SECMARK.c121 static struct xt_target secmark_tg_reg __read_mostly = {
Dxt_CT.c305 static struct xt_target xt_ct_tg_reg[] __read_mostly = {
365 static struct xt_target notrack_tg_reg __read_mostly = {
Dxt_MASQUERADE.c72 static struct xt_target masquerade_tg_reg[] __read_mostly = {
/Linux-v5.4/net/bridge/netfilter/
Debt_nflog.c51 static struct xt_target ebt_nflog_tg_reg __read_mostly = {
Debt_redirect.c56 static struct xt_target ebt_redirect_tg_reg __read_mostly = {
Debt_snat.c63 static struct xt_target ebt_snat_tg_reg __read_mostly = {
Debt_dnat.c81 static struct xt_target ebt_dnat_tg_reg __read_mostly = {
Debt_mark.c83 static struct xt_target ebt_mark_tg_reg __read_mostly = {
Debt_arpreply.c78 static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
/Linux-v5.4/net/ipv4/netfilter/
Dipt_REJECT.c87 static struct xt_target reject_tg_reg __read_mostly = {
Darpt_mangle.c72 static struct xt_target arpt_mangle_reg __read_mostly = {
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_REJECT.c98 static struct xt_target reject_tg6_reg __read_mostly = {

123