Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h135 struct ebt_entry_watcher { struct
245 struct ebt_entry_watcher *__watcher; \
250 sizeof(struct ebt_entry_watcher)) { \
/openbmc/linux/net/bridge/netfilter/
H A 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()
1469 static inline int ebt_watcher_to_user(const struct ebt_entry_watcher *w, in ebt_watcher_to_user()
1703 static int compat_watcher_to_user(struct ebt_entry_watcher *w, in compat_watcher_to_user()
1774 static int compat_calc_watcher(struct ebt_entry_watcher *w, int *off) in compat_calc_watcher()