Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/arm64/kernel/
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
283 void register_user_break_hook(struct break_hook *hook) in register_user_break_hook()
288 void unregister_user_break_hook(struct break_hook *hook) in unregister_user_break_hook()
293 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
Dtraps.c288 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
297 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
308 struct undef_hook *hook; in call_undef_hook() local
645 const struct sys64_hook *hook, *hook_base; in do_cp15instr() local
686 const struct sys64_hook *hook; in do_sysinstr() local
/kernel/linux/linux-4.19/net/netfilter/
Dutils.c10 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum()
42 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum_partial()
63 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum()
96 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum_partial()
122 __sum16 nf_checksum(struct sk_buff *skb, unsigned int hook, in nf_checksum()
141 __sum16 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_checksum_partial()
/kernel/linux/linux-5.10/net/netfilter/
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()
/kernel/linux/linux-4.19/arch/arm64/kernel/
Ddebug-monitors.c174 void register_step_hook(struct step_hook *hook) in register_step_hook()
181 void unregister_step_hook(struct step_hook *hook) in unregister_step_hook()
197 struct step_hook *hook; in call_step_hook() local
284 void register_break_hook(struct break_hook *hook) in register_break_hook()
291 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook()
301 struct break_hook *hook; in call_break_hook() local
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
549 struct sys64_hook *hook; in do_sysinstr() local
/kernel/linux/linux-5.10/include/linux/
Dnetfilter.h68 unsigned int hook; member
82 nf_hookfn *hook; member
92 nf_hookfn *hook; member
140 unsigned int hook, in nf_hook_state_init()
205 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
281 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
295 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
306 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST()
396 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
405 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK()
[all …]
Dpci.h1901 void (*hook)(struct pci_dev *dev); member
1918 class_shift, hook) \ argument
1927 class_shift, hook) \ argument
1933 class_shift, hook) \ argument
1940 class_shift, hook) \ argument
1944 class_shift, hook) \ argument
1948 class_shift, hook) \ argument
1952 class_shift, hook) \ argument
1956 class_shift, hook) \ argument
1960 class_shift, hook) \ argument
[all …]
Dnetfilter_ipv4.h29 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum()
/kernel/linux/linux-4.19/include/linux/
Dnetfilter.h52 unsigned int hook; member
66 nf_hookfn *hook; member
76 nf_hookfn *hook; member
123 unsigned int hook, in nf_hook_state_init()
195 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
271 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
285 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
296 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST()
397 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
406 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK()
[all …]
Dpci.h1822 void (*hook)(struct pci_dev *dev); member
1839 class_shift, hook) \ argument
1848 class_shift, hook) \ argument
1854 class_shift, hook) \ argument
1861 class_shift, hook) \ argument
1865 class_shift, hook) \ argument
1869 class_shift, hook) \ argument
1873 class_shift, hook) \ argument
1877 class_shift, hook) \ argument
1881 class_shift, hook) \ argument
[all …]
Dnetfilter_ipv4.h30 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum()
/kernel/linux/linux-4.19/net/ipv4/netfilter/
Dnf_reject_ipv4.c19 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get()
103 void nf_send_reset(struct net *net, struct sk_buff *oldskb, int hook) in nf_send_reset()
171 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) in nf_send_unreach()
Dipt_REJECT.c37 int hook = xt_hooknum(par); in reject_tg() local
/kernel/linux/linux-4.19/net/bridge/netfilter/
Dnft_reject_bridge.c75 int hook) in nft_reject_br_send_v4_tcp_reset()
109 int hook, u8 code) in nft_reject_br_send_v4_unreach()
193 int hook) in nft_reject_br_send_v6_tcp_reset()
224 static bool reject6_br_csum_ok(struct sk_buff *skb, int hook) in reject6_br_csum_ok()
249 int hook, u8 code) in nft_reject_br_send_v6_unreach()
/kernel/linux/linux-5.10/net/bridge/netfilter/
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()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
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()
Dipt_REJECT.c34 int hook = xt_hooknum(par); in reject_tg() local
/kernel/linux/linux-4.19/net/ipv6/netfilter/
Dnf_reject_ipv6.c20 unsigned int *otcplen, int hook) in nf_reject_ip6_tcphdr_get()
132 void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook) in nf_send_reset6()
216 static bool reject6_csum_ok(struct sk_buff *skb, int hook) in reject6_csum_ok()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_quirks.c60 void (*hook)(struct drm_i915_private *i915); member
65 void (*hook)(struct drm_i915_private *i915); member
/kernel/liteos_a/kernel/common/
Dlos_excinfo.c123 VOID LOS_ExcInfoRegHook(UINT32 startAddr, UINT32 space, CHAR *buf, log_read_write_fn hook) in LOS_ExcInfoRegHook()
185 log_read_write_fn hook = GetExcInfoRW(); in OsShellCmdReadExcInfo() local
/kernel/linux/linux-5.10/arch/csky/kernel/
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()
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dquirks.c18 void (*hook)(struct tb_switch *sw); member
/kernel/liteos_m/utils/
Dlos_debug.c51 VOID OsBackTraceHookSet(BACK_TRACE_HOOK hook) in OsBackTraceHookSet()

1234