| /linux/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 42 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/include/linux/netfilter/ |
| H A D | x_tables.h | 33 const struct xt_target *target; 117 const struct xt_target *target; 127 const struct xt_target *target; 175 struct xt_target { struct 266 int xt_register_target(struct xt_target *target); 267 void xt_unregister_target(struct xt_target *target); 268 int xt_register_targets(struct xt_target *target, unsigned int n); 269 void xt_unregister_targets(struct xt_target *target, unsigned int n); 319 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision); 525 int xt_compat_target_offset(const struct xt_target *target);
|
| /linux/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 37 struct xt_target; 141 struct xt_target *watcher; 154 struct xt_target *target;
|
| /linux/net/netfilter/ |
| H A D | nft_compat.c | 78 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() 146 struct xt_target *target, void *info, in nft_target_set_tgchk_param() 186 static void target_compat_from_user(struct xt_target *t, void *in, void *out) in target_compat_from_user() 248 struct xt_target *target = expr->ops->data; in nft_target_init() 302 struct xt_target *target = expr->ops->data; in nft_target_destroy() 338 const struct xt_target *target = expr->ops->data; in nft_target_dump() 379 struct xt_target *target = expr->ops->data; in nft_target_validate() 891 struct xt_target *target; in nft_target_select_ops() 951 struct xt_target *target = ops->data; in nft_target_release_ops()
|
| H A D | x_tables.c | 89 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() 1214 int xt_compat_target_offset(const struct xt_target *target) in xt_compat_target_offset() [all …]
|
| H A D | xt_TRACE.c | 32 static struct xt_target trace_tg_reg[] __read_mostly = {
|
| H A D | xt_CLASSIFY.c | 37 static struct xt_target classify_tg_reg[] __read_mostly = {
|
| H A D | xt_CHECKSUM.c | 66 static struct xt_target checksum_tg_reg[] __read_mostly = {
|
| H A D | xt_mark.c | 42 static struct xt_target mark_tg_reg[] __read_mostly = {
|
| H A D | xt_REDIRECT.c | 77 static struct xt_target redirect_tg_reg[] __read_mostly = {
|
| H A D | xt_LOG.c | 77 static struct xt_target log_tg_regs[] __read_mostly = {
|
| H A D | xt_CONNSECMARK.c | 117 static struct xt_target connsecmark_tg_reg[] __read_mostly = {
|
| H A D | xt_NFLOG.c | 67 static struct xt_target nflog_tg_reg[] __read_mostly = {
|
| H A D | xt_MASQUERADE.c | 72 static struct xt_target masquerade_tg_reg[] __read_mostly = {
|
| H A D | xt_HL.c | 123 static struct xt_target hl_tg_reg[] __read_mostly = {
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_nflog.c | 51 static struct xt_target ebt_nflog_tg_reg __read_mostly = {
|
| H A D | ebt_redirect.c | 56 static struct xt_target ebt_redirect_tg_reg __read_mostly = {
|
| H A D | ebt_snat.c | 63 static struct xt_target ebt_snat_tg_reg __read_mostly = {
|
| H A D | ebt_dnat.c | 81 static struct xt_target ebt_dnat_tg_reg __read_mostly = {
|
| H A D | ebt_arpreply.c | 78 static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
|
| H A D | ebt_mark.c | 83 static struct xt_target ebt_mark_tg_reg __read_mostly = {
|
| /linux/net/ipv4/netfilter/ |
| H A D | ipt_REJECT.c | 88 static struct xt_target reject_tg_reg __read_mostly = {
|
| H A D | arpt_mangle.c | 80 static struct xt_target arpt_mangle_reg __read_mostly = {
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_REJECT.c | 98 static struct xt_target reject_tg6_reg __read_mostly = {
|
| /linux/include/uapi/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 30 #define ipt_target xt_target
|