Home
last modified time | relevance | path

Searched refs:xt_entry_target (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/net/tc_act/
Dtc_ipt.h7 struct xt_entry_target;
13 struct xt_entry_target *tcfi_t;
/Linux-v4.19/include/uapi/linux/netfilter/
Dx_tables.h34 struct xt_entry_target { struct
66 struct xt_entry_target target; argument
71 struct xt_entry_target target;
/Linux-v4.19/net/sched/
Dact_ipt.c37 static int ipt_init_target(struct net *net, struct xt_entry_target *t, in ipt_init_target()
68 static void ipt_destroy_target(struct xt_entry_target *t) in ipt_destroy_target()
95 [TCA_IPT_TARG] = { .len = sizeof(struct xt_entry_target) },
105 struct xt_entry_target *td, *t; in __tcf_ipt_init()
137 td = (struct xt_entry_target *)nla_data(tb[TCA_IPT_TARG]); in __tcf_ipt_init()
282 struct xt_entry_target *t; in tcf_ipt_dump()
/Linux-v4.19/include/uapi/linux/netfilter_arp/
Darp_tables.h23 #define arpt_entry_target xt_entry_target
200 static __inline__ struct xt_entry_target *arpt_get_target(struct arpt_entry *e) in arpt_get_target()
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h299 int xt_target_to_user(const struct xt_entry_target *t,
300 struct xt_entry_target __user *u);
525 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,
527 int xt_compat_target_to_user(const struct xt_entry_target *t,
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/
Dip_tables.h34 #define ipt_entry_target xt_entry_target
222 static __inline__ struct xt_entry_target *
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h34 #define ip6t_entry_target xt_entry_target
262 static __inline__ struct xt_entry_target *
/Linux-v4.19/net/ipv4/netfilter/
Darp_tables.c163 static inline const struct xt_entry_target *
220 const struct xt_entry_target *t; in arpt_do_table()
388 struct xt_entry_target *t = arpt_get_target(e); in check_target()
405 struct xt_entry_target *t; in find_check_entry()
435 const struct xt_entry_target *t; in check_underflow()
465 < sizeof(struct arpt_entry) + sizeof(struct xt_entry_target)) in check_entry_size_and_hooks()
499 struct xt_entry_target *t; in cleanup_entry()
683 const struct xt_entry_target *t; in copy_entries_to_user()
733 const struct xt_entry_target *t; in compat_calc_entry()
1059 struct xt_entry_target *t; in compat_release_entry()
[all …]
Dip_tables.c122 static inline const struct xt_entry_target *
282 const struct xt_entry_target *t; in ipt_do_table()
503 struct xt_entry_target *t = ipt_get_target(e); in check_target()
523 struct xt_entry_target *t; in find_check_entry()
577 const struct xt_entry_target *t; in check_underflow()
608 < sizeof(struct ipt_entry) + sizeof(struct xt_entry_target)) in check_entry_size_and_hooks()
643 struct xt_entry_target *t; in cleanup_entry()
836 const struct xt_entry_target *t; in copy_entries_to_user()
898 const struct xt_entry_target *t; in compat_calc_entry()
1225 struct xt_entry_target *t; in compat_copy_entry_to_user()
[all …]
/Linux-v4.19/net/ipv6/netfilter/
Dip6_tables.c146 static inline const struct xt_entry_target *
304 const struct xt_entry_target *t; in ip6t_do_table()
521 struct xt_entry_target *t = ip6t_get_target(e); in check_target()
542 struct xt_entry_target *t; in find_check_entry()
595 const struct xt_entry_target *t; in check_underflow()
626 < sizeof(struct ip6t_entry) + sizeof(struct xt_entry_target)) in check_entry_size_and_hooks()
660 struct xt_entry_target *t; in cleanup_entry()
852 const struct xt_entry_target *t; in copy_entries_to_user()
914 const struct xt_entry_target *t; in compat_calc_entry()
1241 struct xt_entry_target *t; in compat_copy_entry_to_user()
[all …]
/Linux-v4.19/include/linux/netfilter_ipv6/
Dip6_tables.h63 static inline struct xt_entry_target *
/Linux-v4.19/include/linux/netfilter_arp/
Darp_tables.h73 static inline struct xt_entry_target *
/Linux-v4.19/include/linux/netfilter_ipv4/
Dip_tables.h86 static inline struct xt_entry_target *
/Linux-v4.19/net/netfilter/
Dx_tables.c325 int xt_target_to_user(const struct xt_entry_target *t, in xt_target_to_user()
326 struct xt_entry_target __user *u) in xt_target_to_user()
904 const struct xt_entry_target *t; in xt_check_entry_offsets()
1117 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user()
1147 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user()