Searched refs:watcher (Results 1 – 2 of 2) sorted by relevance
96 par->target = w->u.watcher; in ebt_do_watcher()98 w->u.watcher->target(skb, par); in ebt_do_watcher()434 struct xt_target *watcher; in ebt_check_watcher() local442 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher()443 if (IS_ERR(watcher)) in ebt_check_watcher()444 return PTR_ERR(watcher); in ebt_check_watcher()446 if (watcher->family != NFPROTO_BRIDGE) { in ebt_check_watcher()447 module_put(watcher->me); in ebt_check_watcher()451 w->u.watcher = watcher; in ebt_check_watcher()453 par->target = watcher; in ebt_check_watcher()[all …]
223 This option adds the log watcher, that you can use in any rule232 This option enables the nflog watcher, which allows to LOG237 This option adds the nflog watcher, that you can use in any rule