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() local443 if (IS_ERR(watcher)) in ebt_check_watcher()444 return PTR_ERR(watcher); 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()458 module_put(watcher->me); in ebt_check_watcher()646 par.target = w->u.watcher; in ebt_cleanup_watcher()[all …]
237 This option adds the log watcher, that you can use in any rule246 This option enables the nflog watcher, which allows to LOG251 This option adds the nflog watcher, that you can use in any rule
Completed in 9 milliseconds