Home
last modified time | relevance | path

Searched refs:ebt_entry_target (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/
H A Debtables.h148 struct ebt_entry_target { struct
163 struct ebt_entry_target target; argument
194 static __inline__ struct ebt_entry_target *
197 return (struct ebt_entry_target *)((char *)e + e->target_offset); in ebt_get_target()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/
H A Debtables.h148 struct ebt_entry_target { struct
163 struct ebt_entry_target target; argument
194 static __inline__ struct ebt_entry_target *
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/
H A Debtables.h148 struct ebt_entry_target { struct
163 struct ebt_entry_target target; argument
194 static __inline__ struct ebt_entry_target *
/OK3568_Linux_fs/buildroot/package/ebtables/
H A D0002-ebtables.h-restore-KERNEL_64_USERSPACE_32-checks.patch83 @@ -155,6 +170,9 @@ struct ebt_entry_target {
93 @@ -162,6 +180,9 @@ struct ebt_entry_target {
95 struct ebt_entry_target target;
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c172 static inline const struct ebt_entry_target *
187 const struct ebt_entry_target *t; in ebt_do_table()
537 if (e->next_offset - e->target_offset < sizeof(struct ebt_entry_target)) in ebt_check_entry_size_and_hooks()
620 struct ebt_entry_target *t; in ebt_cleanup_entry()
647 struct ebt_entry_target *t; in ebt_check_entry()
734 } else if (t->target_size > gap - sizeof(struct ebt_entry_target)) { in ebt_check_entry()
766 const struct ebt_entry_target *t; in check_chainloops()
1365 const struct ebt_entry_target *t; in ebt_entry_to_user()
1553 static int compat_target_to_user(struct ebt_entry_target *t, in compat_target_to_user()
1589 return compat_target_to_user((struct ebt_entry_target *)w, in compat_watcher_to_user()
[all …]