Searched refs:xt_entry_target (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/include/net/tc_act/ |
A D | tc_ipt.h | 7 struct xt_entry_target; 13 struct xt_entry_target *tcfi_t;
|
/linux-6.3-rc2/include/uapi/linux/netfilter_arp/ |
A D | arp_tables.h | 23 #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()
|
/linux-6.3-rc2/include/uapi/linux/netfilter_ipv4/ |
A D | ip_tables.h | 34 #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()
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | x_tables.h | 34 struct xt_entry_target { struct 66 struct xt_entry_target target; argument 71 struct xt_entry_target target;
|
/linux-6.3-rc2/include/uapi/linux/netfilter_ipv6/ |
A D | ip6_tables.h | 34 #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()
|
/linux-6.3-rc2/net/sched/ |
A D | act_ipt.c | 31 static int ipt_init_target(struct net *net, struct xt_entry_target *t, in ipt_init_target() 62 static void ipt_destroy_target(struct xt_entry_target *t, struct net *net) in ipt_destroy_target() 90 [TCA_IPT_TARG] = { .len = sizeof(struct xt_entry_target) }, 102 struct xt_entry_target *td, *t; in __tcf_ipt_init() 135 td = (struct xt_entry_target *)nla_data(tb[TCA_IPT_TARG]); in __tcf_ipt_init() 278 struct xt_entry_target *t; in tcf_ipt_dump()
|
/linux-6.3-rc2/include/linux/netfilter/ |
A D | x_tables.h | 299 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,
|
/linux-6.3-rc2/net/ipv4/netfilter/ |
A D | arp_tables.c | 164 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() 1063 struct xt_entry_target *t; in compat_release_entry() 1076 struct xt_entry_target *t; in check_compat_entry_size_and_hooks() 1129 struct xt_entry_target *t; in compat_copy_entry_from_user() [all …]
|
A D | ip_tables.c | 119 static inline const struct xt_entry_target * 280 const struct xt_entry_target *t; in ipt_do_table() 521 struct xt_entry_target *t; in find_check_entry() 575 const struct xt_entry_target *t; in check_underflow() 641 struct xt_entry_target *t; in cleanup_entry() 834 const struct xt_entry_target *t; in copy_entries_to_user() 896 const struct xt_entry_target *t; in compat_calc_entry() 1220 struct xt_entry_target *t; in compat_copy_entry_to_user() 1273 struct xt_entry_target *t; in compat_release_entry() 1291 struct xt_entry_target *t; in check_compat_entry_size_and_hooks() [all …]
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | ip6_tables.c | 143 static inline const struct xt_entry_target * 302 const struct xt_entry_target *t; in ip6t_do_table() 540 struct xt_entry_target *t; in find_check_entry() 593 const struct xt_entry_target *t; in check_underflow() 658 struct xt_entry_target *t; in cleanup_entry() 850 const struct xt_entry_target *t; in copy_entries_to_user() 912 const struct xt_entry_target *t; in compat_calc_entry() 1236 struct xt_entry_target *t; in compat_copy_entry_to_user() 1289 struct xt_entry_target *t; in compat_release_entry() 1307 struct xt_entry_target *t; in check_compat_entry_size_and_hooks() [all …]
|
/linux-6.3-rc2/include/linux/netfilter_ipv6/ |
A D | ip6_tables.h | 48 static inline struct xt_entry_target *
|
/linux-6.3-rc2/include/linux/netfilter_arp/ |
A D | arp_tables.h | 72 static inline struct xt_entry_target *
|
/linux-6.3-rc2/include/linux/netfilter_ipv4/ |
A D | ip_tables.h | 84 static inline struct xt_entry_target *
|
/linux-6.3-rc2/net/netfilter/ |
A D | x_tables.c | 340 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()
|
Completed in 29 milliseconds