Searched refs:xt_target (Results 1 – 25 of 56) sorted by relevance
123
/Linux-v4.19/include/linux/netfilter_bridge/ |
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-v4.19/include/linux/netfilter/ |
D | x_tables.h | 33 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/ |
D | nft_compat.c | 94 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 …]
|
D | x_tables.c | 73 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 …]
|
D | xt_TRACE.c | 31 static struct xt_target trace_tg_reg __read_mostly = {
|
D | xt_CLASSIFY.c | 40 static struct xt_target classify_tg_reg[] __read_mostly = {
|
D | xt_mark.c | 45 static struct xt_target mark_tg_reg __read_mostly = {
|
D | xt_CHECKSUM.c | 69 static struct xt_target checksum_tg_reg __read_mostly = {
|
D | xt_NFLOG.c | 62 static struct xt_target nflog_tg_reg __read_mostly = {
|
D | xt_REDIRECT.c | 74 static struct xt_target redirect_tg_reg[] __read_mostly = {
|
D | xt_LOG.c | 72 static struct xt_target log_tg_regs[] __read_mostly = {
|
D | xt_CONNSECMARK.c | 121 static struct xt_target connsecmark_tg_reg __read_mostly = {
|
D | xt_SECMARK.c | 127 static struct xt_target secmark_tg_reg __read_mostly = {
|
/Linux-v4.19/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 37 struct xt_target; 141 struct xt_target *watcher; 154 struct xt_target *target;
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_MASQUERADE.c | 44 static struct xt_target masquerade_tg6_reg __read_mostly = {
|
D | ip6t_REJECT.c | 102 static struct xt_target reject_tg6_reg __read_mostly = {
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebt_nflog.c | 50 static struct xt_target ebt_nflog_tg_reg __read_mostly = {
|
D | ebt_redirect.c | 55 static struct xt_target ebt_redirect_tg_reg __read_mostly = {
|
D | ebt_snat.c | 62 static struct xt_target ebt_snat_tg_reg __read_mostly = {
|
D | ebt_dnat.c | 69 static struct xt_target ebt_dnat_tg_reg __read_mostly = {
|
D | ebt_mark.c | 82 static struct xt_target ebt_mark_tg_reg __read_mostly = {
|
D | ebt_arpreply.c | 77 static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ipt_MASQUERADE.c | 67 static struct xt_target masquerade_tg_reg __read_mostly = {
|
D | ipt_REJECT.c | 90 static struct xt_target reject_tg_reg __read_mostly = {
|
D | arpt_mangle.c | 71 static struct xt_target arpt_mangle_reg __read_mostly = {
|
123