Home
last modified time | relevance | path

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

/net/bridge/netfilter/
A Debtables.c96 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() local
443 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 …]
A DKconfig237 This option adds the log watcher, that you can use in any rule
246 This option enables the nflog watcher, which allows to LOG
251 This option adds the nflog watcher, that you can use in any rule

Completed in 9 milliseconds