Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dioc4_serial.c520 struct hooks { struct
533 static struct hooks hooks_array[IOC4_NUM_SERIAL_PORTS] = { argument
827 struct hooks *hooks = port->ip_hooks; in port_init() local
921 struct hooks *hooks = port->ip_hooks; in handle_dma_error_intr() local
1204 struct hooks *hooks = port->ip_hooks; in enable_intrs() local
1410 struct hooks *hooks = port->ip_hooks; in do_write() local
1490 struct hooks *hooks = port->ip_hooks; in disable_intrs() local
1511 struct hooks *hooks = port->ip_hooks; in set_notification() local
1604 struct hooks *hooks = port->ip_hooks; in ioc4_set_proto() local
1840 struct hooks *hooks = port->ip_hooks; in handle_intr() local
[all …]
Dioc3_serial.c380 struct port_hooks *hooks = port->ip_hooks; in port_init() local
681 struct port_hooks *hooks = port->ip_hooks; in do_write() local
775 struct port_hooks *hooks = port->ip_hooks; in set_notification() local
867 struct port_hooks *hooks = port->ip_hooks; in ioc3_set_proto() local
1120 struct port_hooks *hooks; in do_read() local
1436 struct port_hooks *hooks; in ioc3uart_intr_one() local
/Linux-v4.19/drivers/video/fbdev/via/
Dvia-core.c607 void viafb_pm_register(struct viafb_pm_hooks *hooks) in viafb_pm_register()
617 void viafb_pm_unregister(struct viafb_pm_hooks *hooks) in viafb_pm_unregister()
627 struct viafb_pm_hooks *hooks; in via_suspend() local
653 struct viafb_pm_hooks *hooks; in via_resume() local
/Linux-v4.19/net/netfilter/
Dnf_queue.c230 const struct nf_hook_entries *hooks, in nf_iterate()
275 const struct nf_hook_entries *hooks; in nf_reinject() local
Dnft_meta.c372 unsigned int hooks; in nft_meta_get_validate() local
403 unsigned int hooks; in nft_meta_set_validate() local
Dnft_fib.c34 unsigned int hooks; in nft_fib_validate() local
Dnft_rt.c161 unsigned int hooks; in nft_rt_validate() local
Dnf_conntrack_sip.c857 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp() local
999 const struct nf_nat_sip_hooks *hooks; in process_sdp() local
1191 const struct nf_nat_sip_hooks *hooks; in process_register_request() local
1467 const struct nf_nat_sip_hooks *hooks; in process_sip_msg() local
1561 const struct nf_nat_sip_hooks *hooks; in sip_help_tcp() local
Dcore.c163 static void hooks_validate(const struct nf_hook_entries *hooks) in hooks_validate()
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h175 unsigned int hooks; member
216 unsigned int hooks; member
/Linux-v4.19/arch/arm64/kernel/
Darmv8_deprecated.c50 struct undef_hook *hooks; member
/Linux-v4.19/include/linux/
Dnetfilter.h88 struct nf_hook_entry hooks[]; member
Dlsm_hooks.h2055 static inline void security_delete_hooks(struct security_hook_list *hooks, in security_delete_hooks()
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h917 nf_hookfn *hooks[NF_MAX_HOOKS]; member
/Linux-v4.19/security/
Dsecurity.c170 void __init security_add_hooks(struct security_hook_list *hooks, int count, in security_add_hooks()