Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/tc_act/
Dtc_ipt.h6 struct xt_entry_target;
12 struct xt_entry_target *tcfi_t;
/linux-4.4.14/net/sched/
Dact_ipt.c33 static int ipt_init_target(struct xt_entry_target *t, char *table, unsigned int hook) in ipt_init_target()
60 static void ipt_destroy_target(struct xt_entry_target *t) in ipt_destroy_target()
83 [TCA_IPT_TARG] = { .len = sizeof(struct xt_entry_target) },
91 struct xt_entry_target *td, *t; in tcf_ipt_init()
109 td = (struct xt_entry_target *)nla_data(tb[TCA_IPT_TARG]); in tcf_ipt_init()
226 struct xt_entry_target *t; in tcf_ipt_dump()
/linux-4.4.14/include/uapi/linux/netfilter/
Dx_tables.h33 struct xt_entry_target { struct
65 struct xt_entry_target target; argument
70 struct xt_entry_target target;
/linux-4.4.14/include/uapi/linux/netfilter_arp/
Darp_tables.h21 #define arpt_entry_target xt_entry_target
198 static __inline__ struct xt_entry_target *arpt_get_target(struct arpt_entry *e) in arpt_get_target()
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dip_tables.h32 #define ipt_entry_target xt_entry_target
220 static __inline__ struct xt_entry_target *
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h32 #define ip6t_entry_target xt_entry_target
260 static __inline__ struct xt_entry_target *
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c231 static inline const struct xt_entry_target *
297 const struct xt_entry_target *t; in arpt_do_table()
499 struct xt_entry_target *t = arpt_get_target(e); in check_target()
522 struct xt_entry_target *t; in find_check_entry()
554 const struct xt_entry_target *t; in check_underflow()
586 < sizeof(struct arpt_entry) + sizeof(struct xt_entry_target)) { in check_entry_size_and_hooks()
626 struct xt_entry_target *t; in cleanup_entry()
800 const struct xt_entry_target *t; in copy_entries_to_user()
813 + offsetof(struct xt_entry_target, in copy_entries_to_user()
850 const struct xt_entry_target *t; in compat_calc_entry()
[all …]
Dip_tables.c181 static inline const struct xt_entry_target *
354 const struct xt_entry_target *t; in ipt_do_table()
634 struct xt_entry_target *t = ipt_get_target(e); in check_target()
660 struct xt_entry_target *t; in find_check_entry()
715 const struct xt_entry_target *t; in check_underflow()
748 < sizeof(struct ipt_entry) + sizeof(struct xt_entry_target)) { in check_entry_size_and_hooks()
789 struct xt_entry_target *t; in cleanup_entry()
967 const struct xt_entry_target *t; in copy_entries_to_user()
996 + offsetof(struct xt_entry_target, in copy_entries_to_user()
1034 const struct xt_entry_target *t; in compat_calc_entry()
[all …]
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c209 static inline const struct xt_entry_target *
376 const struct xt_entry_target *t; in ip6t_do_table()
646 struct xt_entry_target *t = ip6t_get_target(e); in check_target()
673 struct xt_entry_target *t; in find_check_entry()
727 const struct xt_entry_target *t; in check_underflow()
760 < sizeof(struct ip6t_entry) + sizeof(struct xt_entry_target)) { in check_entry_size_and_hooks()
800 struct xt_entry_target *t; in cleanup_entry()
979 const struct xt_entry_target *t; in copy_entries_to_user()
1008 + offsetof(struct xt_entry_target, in copy_entries_to_user()
1046 const struct xt_entry_target *t; in compat_calc_entry()
[all …]
/linux-4.4.14/include/linux/netfilter_ipv6/
Dip6_tables.h61 static inline struct xt_entry_target *
/linux-4.4.14/include/linux/netfilter_arp/
Darp_tables.h71 static inline struct xt_entry_target *
/linux-4.4.14/include/linux/netfilter_ipv4/
Dip_tables.h84 static inline struct xt_entry_target *
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h494 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,
496 int xt_compat_target_to_user(const struct xt_entry_target *t,
/linux-4.4.14/net/netfilter/
Dx_tables.c678 const struct xt_entry_target *t; in xt_check_entry_offsets()
836 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user()
866 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user()