Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/netfilter_bridge/
Debtables.h135 struct ebt_entry_watcher { struct
245 struct ebt_entry_watcher *__watcher; \
250 sizeof(struct ebt_entry_watcher)) { \
/Linux-v6.6/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()
1465 static inline int ebt_watcher_to_user(const struct ebt_entry_watcher *w, in ebt_watcher_to_user()
1699 static int compat_watcher_to_user(struct ebt_entry_watcher *w, in compat_watcher_to_user()
1770 static int compat_calc_watcher(struct ebt_entry_watcher *w, int *off) in compat_calc_watcher()