Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Ddebug-monitors.c179 void register_user_step_hook(struct step_hook *hook) in register_user_step_hook()
184 void unregister_user_step_hook(struct step_hook *hook) in unregister_user_step_hook()
189 void register_kernel_step_hook(struct step_hook *hook) in register_kernel_step_hook()
194 void unregister_kernel_step_hook(struct step_hook *hook) in unregister_kernel_step_hook()
207 struct step_hook *hook; in call_step_hook() local
282 void register_user_break_hook(struct break_hook *hook) in register_user_break_hook()
287 void unregister_user_break_hook(struct break_hook *hook) in unregister_user_break_hook()
292 void register_kernel_break_hook(struct break_hook *hook) in register_kernel_break_hook()
298 void unregister_kernel_break_hook(struct break_hook *hook) in unregister_kernel_break_hook()
305 struct break_hook *hook; in call_break_hook() local
H A Dtraps.c290 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
299 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
310 struct undef_hook *hook; in call_undef_hook() local
650 const struct sys64_hook *hook, *hook_base; in do_cp15instr() local
691 const struct sys64_hook *hook; in do_sysinstr() local
H A Darmv8_deprecated.c66 struct undef_hook *hook; in register_emulation_hooks() local
78 struct undef_hook *hook; in remove_emulation_hooks() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dutils.c10 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum()
43 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum_partial()
64 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum()
97 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum_partial()
123 __sum16 nf_checksum(struct sk_buff *skb, unsigned int hook, in nf_checksum()
142 __sum16 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_checksum_partial()
H A Dnf_tables_offload.c223 struct nft_hook *hook; in nft_chain_offload_support() local
426 struct nft_hook *hook; in nft_flow_block_chain() local
607 struct nft_hook *hook, *found; in __nft_offload_get_chain() local
H A Dnf_tables_api.c196 struct nft_hook *hook; in nft_netdev_register_hooks() local
222 struct nft_hook *hook; in nft_netdev_unregister_hooks() local
1399 struct nft_hook *hook, *first = NULL; in nft_dump_basechain_hook() local
1687 struct nft_hook *hook, *next; in nf_tables_chain_destroy() local
1725 struct nft_hook *hook; in nft_netdev_hook_alloc() local
1757 struct nft_hook *hook; in nft_hook_list_find() local
1771 struct nft_hook *hook, *next; in nf_tables_parse_netdev_hooks() local
1821 struct nft_hook *hook; in nft_chain_parse_netdev() local
1847 struct nft_chain_hook *hook, u8 family, in nft_chain_parse_hook()
1907 static void nft_chain_release_hook(struct nft_chain_hook *hook) in nft_chain_release_hook()
[all …]
H A Dnf_queue.c268 const struct nf_hook_entry *hook; in nf_iterate() local
/OK3568_Linux_fs/external/xserver/config/
H A Ddbus-core.c72 struct dbus_core_hook *hook; in teardown() local
133 struct dbus_core_hook *hook; in connect_to_bus() local
193 dbus_core_add_hook(struct dbus_core_hook *hook) in dbus_core_add_hook()
210 dbus_core_remove_hook(struct dbus_core_hook *hook) in dbus_core_remove_hook()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h69 unsigned int hook; member
83 nf_hookfn *hook; member
93 nf_hookfn *hook; member
141 unsigned int hook, in nf_hook_state_init()
208 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
284 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
298 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
309 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST()
401 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
410 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK()
[all …]
H A Dpci.h1936 void (*hook)(struct pci_dev *dev); member
1953 class_shift, hook, stub) \ argument
1967 class_shift, hook, stub) \ argument
1971 class_shift, hook) \ argument
1977 class_shift, hook) \ argument
1984 class_shift, hook) \ argument
1988 class_shift, hook) \ argument
1992 class_shift, hook) \ argument
1996 class_shift, hook) \ argument
2000 class_shift, hook) \ argument
[all …]
H A Dnetfilter_ipv4.h29 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum()
H A Dlsm_hooks.h1564 union security_list_options hook; member
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnft_reject_bridge.c72 int hook) in nft_reject_br_send_v4_tcp_reset()
106 int hook, u8 code) in nft_reject_br_send_v4_unreach()
187 int hook) in nft_reject_br_send_v6_tcp_reset()
218 static bool reject6_br_csum_ok(struct sk_buff *skb, int hook) in reject6_br_csum_ok()
246 int hook, u8 code) in nft_reject_br_send_v6_unreach()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c16 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get()
115 void nf_send_reset(struct net *net, struct sk_buff *oldskb, int hook) in nf_send_reset()
188 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) in nf_send_unreach()
H A Dipt_REJECT.c34 int hook = xt_hooknum(par); in reject_tg() local
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c17 unsigned int *otcplen, int hook) in nf_reject_ip6_tcphdr_get()
144 void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook) in nf_send_reset6()
240 static bool reject6_csum_ok(struct sk_buff *skb, int hook) in reject6_csum_ok()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c60 void (*hook)(struct drm_i915_private *i915); member
65 void (*hook)(struct drm_i915_private *i915); member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.h85 #define XaceRegisterCallback(hook,callback,data) \ argument
90 #define XaceDeleteCallback(hook,callback,data) \ argument
H A Dxace.c69 XaceHook(int hook, ...) in XaceHook()
200 XaceHookIsSet(int hook) in XaceHookIsSet()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dftrace.c70 static int ftrace_check_current_nop(unsigned long hook) in ftrace_check_current_nop()
91 static int ftrace_modify_code(unsigned long hook, unsigned long target, in ftrace_modify_code()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dquirks.c18 void (*hook)(struct tb_switch *sw); member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dbattery.c692 static void __battery_hook_unregister(struct acpi_battery_hook *hook, int lock) in __battery_hook_unregister()
710 void battery_hook_unregister(struct acpi_battery_hook *hook) in battery_hook_unregister()
716 void battery_hook_register(struct acpi_battery_hook *hook) in battery_hook_register()
783 struct acpi_battery_hook *hook; in battery_hook_remove_battery() local
800 struct acpi_battery_hook *hook; in battery_hook_exit() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dtraps.c411 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
420 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
432 struct undef_hook *hook; in call_undef_hook() local
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ipt.c34 char *table, unsigned int hook) in ipt_init_target()
107 u32 hook = 0; in __tcf_ipt_init() local
/OK3568_Linux_fs/external/libmali/
H A Dmeson.build164 subdir('hook') subdir

123