Searched refs:ebt_entry_watcher (Results 1 – 5 of 5) sorted by relevance
| /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 D | ebtables.h | 135 struct ebt_entry_watcher { struct 243 struct ebt_entry_watcher *__watcher; \ 248 sizeof(struct ebt_entry_watcher)) { \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 135 struct ebt_entry_watcher { struct 243 struct ebt_entry_watcher *__watcher; \ 248 sizeof(struct ebt_entry_watcher)) { \
|
| /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 D | ebtables.h | 135 struct ebt_entry_watcher { struct 243 struct ebt_entry_watcher *__watcher; \ 248 sizeof(struct ebt_entry_watcher)) { \
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebtables.c | 80 ebt_do_watcher(const struct ebt_entry_watcher *w, struct sk_buff *skb, in ebt_do_watcher() 391 ebt_check_watcher(struct ebt_entry_watcher *w, struct xt_tgchk_param *par, in ebt_check_watcher() 399 if (left < sizeof(struct ebt_entry_watcher) || in ebt_check_watcher() 400 left - sizeof(struct ebt_entry_watcher) < w->watcher_size) in ebt_check_watcher() 599 ebt_cleanup_watcher(struct ebt_entry_watcher *w, struct net *net, unsigned int *i) in ebt_cleanup_watcher() 1351 static inline int ebt_watcher_to_user(const struct ebt_entry_watcher *w, in ebt_watcher_to_user() 1585 static int compat_watcher_to_user(struct ebt_entry_watcher *w, in compat_watcher_to_user() 1656 static int compat_calc_watcher(struct ebt_entry_watcher *w, int *off) in compat_calc_watcher()
|
| /OK3568_Linux_fs/buildroot/package/ebtables/ |
| H A D | 0002-ebtables.h-restore-KERNEL_64_USERSPACE_32-checks.patch | 73 @@ -142,6 +154,9 @@ struct ebt_entry_watcher {
|