Searched refs:watcher (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/net/bridge/netfilter/ |
D | Kconfig | 186 This option adds the log watcher, that you can use in any rule 199 This option adds the ulog watcher, that you can use in any rule 202 from the log watcher in the sense that the complete packet is 211 This option enables the nflog watcher, which allows to LOG 216 This option adds the nflog watcher, that you can use in any rule
|
D | ebtables.c | 91 par->target = w->u.watcher; in ebt_do_watcher() 93 w->u.watcher->target(skb, par); in ebt_do_watcher() 396 struct xt_target *watcher; in ebt_check_watcher() local 404 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher() 405 if (IS_ERR(watcher)) in ebt_check_watcher() 406 return PTR_ERR(watcher); in ebt_check_watcher() 407 w->u.watcher = watcher; in ebt_check_watcher() 409 par->target = watcher; in ebt_check_watcher() 414 module_put(watcher->me); in ebt_check_watcher() 616 par.target = w->u.watcher; in ebt_cleanup_watcher() [all …]
|
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | io_interface_mux.c | 35 struct watcher struct 41 struct watcher *next; argument 544 static struct watcher *watchers = NULL; 579 struct watcher *w = watchers; in notify_watchers() 1103 struct watcher *w; in cris_io_interface_register_watcher() 1131 struct watcher *w = watchers, *prev = NULL; in cris_io_interface_delete_watcher()
|
/linux-3.4.99/include/linux/ |
D | ipmi.h | 446 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher); 447 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher);
|
/linux-3.4.99/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 316 static inline void cvmx_pip_config_watcher(uint64_t watcher, 327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64);
|
/linux-3.4.99/include/linux/netfilter_bridge/ |
D | ebtables.h | 133 struct xt_target *watcher; member
|
/linux-3.4.99/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 539 int ipmi_smi_watcher_register(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_register() argument 563 list_add(&watcher->link, &smi_watchers); in ipmi_smi_watcher_register() 569 watcher->new_smi(e->intf_num, e->intf->si_dev); in ipmi_smi_watcher_register() 590 int ipmi_smi_watcher_unregister(struct ipmi_smi_watcher *watcher) in ipmi_smi_watcher_unregister() argument 593 list_del(&(watcher->link)); in ipmi_smi_watcher_unregister()
|