Home
last modified time | relevance | path

Searched refs:ebt_entry_watcher (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/uapi/linux/netfilter_bridge/
Debtables.h135 struct ebt_entry_watcher { struct
243 struct ebt_entry_watcher *__watcher; \
248 sizeof(struct ebt_entry_watcher)) { \
/linux-5.19.10/net/bridge/netfilter/
Debtables.c93 ebt_do_watcher(const struct ebt_entry_watcher *w, struct sk_buff *skb, in ebt_do_watcher()
430 ebt_check_watcher(struct ebt_entry_watcher *w, struct xt_tgchk_param *par, in ebt_check_watcher()
438 if (left < sizeof(struct ebt_entry_watcher) || in ebt_check_watcher()
439 left - sizeof(struct ebt_entry_watcher) < w->watcher_size) in ebt_check_watcher()
638 ebt_cleanup_watcher(struct ebt_entry_watcher *w, struct net *net, unsigned int *i) in ebt_cleanup_watcher()
1463 static inline int ebt_watcher_to_user(const struct ebt_entry_watcher *w, in ebt_watcher_to_user()
1697 static int compat_watcher_to_user(struct ebt_entry_watcher *w, in compat_watcher_to_user()
1768 static int compat_calc_watcher(struct ebt_entry_watcher *w, int *off) in compat_calc_watcher()