Home
last modified time | relevance | path

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

123

/openbmc/linux/include/linux/netfilter_bridge/
H A 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);
/openbmc/linux/include/linux/netfilter/
H A 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);
527 int xt_compat_target_offset(const struct xt_target *target);
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h37 struct xt_target;
141 struct xt_target *watcher;
154 struct xt_target *target;
/openbmc/linux/net/netfilter/
H A Dnft_compat.c78 struct xt_target *target = expr->ops->data; in nft_target_eval_xt()
105 struct xt_target *target = expr->ops->data; in nft_target_eval_bridge()
145 struct xt_target *target, void *info, in nft_target_set_tgchk_param()
185 static void target_compat_from_user(struct xt_target *t, void *in, void *out) in target_compat_from_user()
247 struct xt_target *target = expr->ops->data; in nft_target_init()
301 struct xt_target *target = expr->ops->data; in nft_target_destroy()
337 const struct xt_target *target = expr->ops->data; in nft_target_dump()
356 struct xt_target *target = expr->ops->data; in nft_target_validate()
870 struct xt_target *target; in nft_target_select_ops()
931 struct xt_target *target = ops->data; in nft_target_release_ops()
H A Dx_tables.c89 int xt_register_target(struct xt_target *target) in xt_register_target()
101 xt_unregister_target(struct xt_target *target) in xt_unregister_target()
112 xt_register_targets(struct xt_target *target, unsigned int n) in xt_register_targets()
132 xt_unregister_targets(struct xt_target *target, unsigned int n) in xt_unregister_targets()
246 static struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
248 struct xt_target *t; in xt_find_target()
275 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
277 struct xt_target *target; in xt_request_find_target()
372 const struct xt_target *t; in target_revfn()
1124 int xt_compat_target_offset(const struct xt_target *target) in xt_compat_target_offset()
[all …]
H A Dxt_TRACE.c32 static struct xt_target trace_tg_reg[] __read_mostly = {
H A Dxt_CLASSIFY.c37 static struct xt_target classify_tg_reg[] __read_mostly = {
H A Dxt_CHECKSUM.c66 static struct xt_target checksum_tg_reg[] __read_mostly = {
H A Dxt_mark.c42 static struct xt_target mark_tg_reg[] __read_mostly = {
H A Dxt_REDIRECT.c77 static struct xt_target redirect_tg_reg[] __read_mostly = {
H A Dxt_LOG.c77 static struct xt_target log_tg_regs[] __read_mostly = {
H A Dxt_NFLOG.c67 static struct xt_target nflog_tg_reg[] __read_mostly = {
H A Dxt_CONNSECMARK.c117 static struct xt_target connsecmark_tg_reg[] __read_mostly = {
H A Dxt_MASQUERADE.c72 static struct xt_target masquerade_tg_reg[] __read_mostly = {
H A Dxt_AUDIT.c128 static struct xt_target audit_tg_reg[] __read_mostly = {
/openbmc/linux/net/bridge/netfilter/
H A Debt_redirect.c56 static struct xt_target ebt_redirect_tg_reg __read_mostly = {
H A Debt_nflog.c51 static struct xt_target ebt_nflog_tg_reg __read_mostly = {
H A Debt_snat.c63 static struct xt_target ebt_snat_tg_reg __read_mostly = {
H A Debt_dnat.c81 static struct xt_target ebt_dnat_tg_reg __read_mostly = {
H A Debt_arpreply.c78 static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
H A Debt_mark.c83 static struct xt_target ebt_mark_tg_reg __read_mostly = {
/openbmc/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c88 static struct xt_target reject_tg_reg __read_mostly = {
H A Darpt_mangle.c72 static struct xt_target arpt_mangle_reg __read_mostly = {
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_REJECT.c98 static struct xt_target reject_tg6_reg __read_mostly = {
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h30 #define ipt_target xt_target

123