Searched refs:xt_target (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.6.21/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-6.6.21/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); 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);
|
/linux-6.6.21/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 37 struct xt_target; 141 struct xt_target *watcher; 154 struct xt_target *target;
|
/linux-6.6.21/net/netfilter/ |
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() 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()
|
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() 1124 int xt_compat_target_offset(const struct xt_target *target) in xt_compat_target_offset() [all …]
|
D | xt_TRACE.c | 32 static struct xt_target trace_tg_reg __read_mostly = {
|
D | xt_CLASSIFY.c | 37 static struct xt_target classify_tg_reg[] __read_mostly = {
|
D | xt_CHECKSUM.c | 66 static struct xt_target checksum_tg_reg __read_mostly = {
|
D | xt_mark.c | 42 static struct xt_target mark_tg_reg __read_mostly = {
|
D | xt_NFLOG.c | 67 static struct xt_target nflog_tg_reg __read_mostly = {
|
D | xt_CONNSECMARK.c | 117 static struct xt_target connsecmark_tg_reg __read_mostly = {
|
D | xt_REDIRECT.c | 77 static struct xt_target redirect_tg_reg[] __read_mostly = {
|
D | xt_LOG.c | 77 static struct xt_target log_tg_regs[] __read_mostly = {
|
D | xt_CT.c | 316 static struct xt_target xt_ct_tg_reg[] __read_mostly = { 366 static struct xt_target notrack_tg_reg __read_mostly = {
|
D | xt_MASQUERADE.c | 72 static struct xt_target masquerade_tg_reg[] __read_mostly = {
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebt_nflog.c | 51 static struct xt_target ebt_nflog_tg_reg __read_mostly = {
|
D | ebt_redirect.c | 56 static struct xt_target ebt_redirect_tg_reg __read_mostly = {
|
D | ebt_snat.c | 63 static struct xt_target ebt_snat_tg_reg __read_mostly = {
|
D | ebt_dnat.c | 81 static struct xt_target ebt_dnat_tg_reg __read_mostly = {
|
D | ebt_mark.c | 83 static struct xt_target ebt_mark_tg_reg __read_mostly = {
|
D | ebt_arpreply.c | 78 static struct xt_target ebt_arpreply_tg_reg __read_mostly = {
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | ipt_REJECT.c | 88 static struct xt_target reject_tg_reg __read_mostly = {
|
D | arpt_mangle.c | 72 static struct xt_target arpt_mangle_reg __read_mostly = {
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 98 static struct xt_target reject_tg6_reg __read_mostly = {
|
/linux-6.6.21/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 30 #define ipt_target xt_target
|
123