Home
last modified time | relevance | path

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

/openbmc/linux/include/net/tc_act/
H A Dtc_ipt.h7 struct xt_entry_target;
13 struct xt_entry_target *tcfi_t;
/openbmc/linux/include/uapi/linux/netfilter_arp/
H A 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()
202 return (struct xt_entry_target *)((char *)e + e->target_offset); in arpt_get_target()
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h34 #define ipt_entry_target xt_entry_target
222 static __inline__ struct xt_entry_target *
225 return (struct xt_entry_target *)((char *)e + e->target_offset); in ipt_get_target()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dx_tables.h34 struct xt_entry_target { struct
66 struct xt_entry_target target; argument
71 struct xt_entry_target target;
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h34 #define ip6t_entry_target xt_entry_target
262 static __inline__ struct xt_entry_target *
265 return (struct xt_entry_target *)((char *)e + e->target_offset); in ip6t_get_target()
/openbmc/linux/net/sched/
H A Dact_ipt.c32 static int ipt_init_target(struct net *net, struct xt_entry_target *t, in ipt_init_target()
63 static void ipt_destroy_target(struct xt_entry_target *t, struct net *net) in ipt_destroy_target()
92 [TCA_IPT_TARG] = { .len = sizeof(struct xt_entry_target) },
104 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()
334 struct xt_entry_target *t; in tcf_ipt_dump()
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h299 int xt_target_to_user(const struct xt_entry_target *t,
300 struct xt_entry_target __user *u);
528 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr,
530 int xt_compat_target_to_user(const struct xt_entry_target *t,
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c164 static inline const struct xt_entry_target *
222 const struct xt_entry_target *t; in arpt_do_table()
409 struct xt_entry_target *t; in find_check_entry()
439 const struct xt_entry_target *t; in check_underflow()
503 struct xt_entry_target *t; in cleanup_entry()
690 const struct xt_entry_target *t; in copy_entries_to_user()
740 const struct xt_entry_target *t; in compat_calc_entry()
1067 struct xt_entry_target *t; in compat_release_entry()
1080 struct xt_entry_target *t; in check_compat_entry_size_and_hooks()
1133 struct xt_entry_target *t; in compat_copy_entry_from_user()
[all …]
H A Dip_tables.c117 static inline const struct xt_entry_target *
278 const struct xt_entry_target *t; in ipt_do_table()
519 struct xt_entry_target *t; in find_check_entry()
573 const struct xt_entry_target *t; in check_underflow()
639 struct xt_entry_target *t; in cleanup_entry()
832 const struct xt_entry_target *t; in copy_entries_to_user()
894 const struct xt_entry_target *t; in compat_calc_entry()
1222 struct xt_entry_target *t; in compat_copy_entry_to_user()
1275 struct xt_entry_target *t; in compat_release_entry()
1293 struct xt_entry_target *t; in check_compat_entry_size_and_hooks()
[all …]
/openbmc/linux/include/linux/netfilter_ipv6/
H A Dip6_tables.h48 static inline struct xt_entry_target *
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c141 static inline const struct xt_entry_target *
300 const struct xt_entry_target *t; in ip6t_do_table()
538 struct xt_entry_target *t; in find_check_entry()
591 const struct xt_entry_target *t; in check_underflow()
656 struct xt_entry_target *t; in cleanup_entry()
848 const struct xt_entry_target *t; in copy_entries_to_user()
910 const struct xt_entry_target *t; in compat_calc_entry()
1238 struct xt_entry_target *t; in compat_copy_entry_to_user()
1291 struct xt_entry_target *t; in compat_release_entry()
1309 struct xt_entry_target *t; in check_compat_entry_size_and_hooks()
[all …]
/openbmc/linux/include/linux/netfilter_arp/
H A Darp_tables.h72 static inline struct xt_entry_target *
/openbmc/linux/include/linux/netfilter_ipv4/
H A Dip_tables.h84 static inline struct xt_entry_target *
/openbmc/linux/net/netfilter/
H A Dx_tables.c340 int xt_target_to_user(const struct xt_entry_target *t, in xt_target_to_user()
341 struct xt_entry_target __user *u) in xt_target_to_user()
918 const struct xt_entry_target *t; in xt_check_entry_offsets()
1131 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, in xt_compat_target_from_user()
1158 int xt_compat_target_to_user(const struct xt_entry_target *t, in xt_compat_target_to_user()