Home
last modified time | relevance | path

Searched defs:hook (Results 26 - 50 of 171) sorted by relevance

1234567

/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_reject_netdev.c27 nft_reject_netdev_send_v4_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) nft_reject_netdev_send_v4_tcp_reset() argument
41 nft_reject_netdev_send_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) nft_reject_netdev_send_v4_unreach() argument
55 nft_reject_netdev_send_v6_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) nft_reject_netdev_send_v6_tcp_reset() argument
70 nft_reject_netdev_send_v6_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) nft_reject_netdev_send_v6_unreach() argument
H A Dnf_queue.c257 const struct nf_hook_entry *hook; in nf_iterate() local
H A Dutils.c10 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() argument
43 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum_partial() argument
64 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum() argument
97 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum_partial() argument
123 nf_checksum(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, u8 protocol, unsigned short family) nf_checksum() argument
142 nf_checksum_partial(struct sk_buff *skb, unsigned int hook, unsigned int dataoff, unsigned int len, u8 protocol, unsigned short family) nf_checksum_partial() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c41 static int attach_tc_prog(struct bpf_tc_hook *hook, int fd) in attach_tc_prog() argument
/kernel/liteos_a/kernel/common/
H A Dlos_init_info.h65 OsInitHook hook; member
H A Dlos_excinfo.c123 VOID LOS_ExcInfoRegHook(UINT32 startAddr, UINT32 space, CHAR *buf, log_read_write_fn hook) in LOS_ExcInfoRegHook() argument
185 log_read_write_fn hook = GetExcInfoRW(); in OsShellCmdReadExcInfo() local
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_hwi.c229 OS_SEC_L4_TEXT U32 PRT_HwiDelExitHook(HwiExitHook hook) in PRT_HwiDelExitHook() argument
233 OS_SEC_L4_TEXT U32 PRT_HwiAddExitHook(HwiExitHook hook) in PRT_HwiAddExitHook() argument
237 OS_SEC_L4_TEXT U32 PRT_HwiDelEntryHook(HwiEntryHook hook) in PRT_HwiDelEntryHook() argument
241 OS_SEC_L4_TEXT U32 PRT_HwiAddEntryHook(HwiEntryHook hook) in PRT_HwiAddEntryHook() argument
/kernel/uniproton/src/om/hook/
H A Dprt_hook_init.c106 OS_SEC_L4_TEXT U32 OsMhookAdd(U32 hookType, OsVoidFunc hook) in OsMhookAdd() argument
169 OS_SEC_L4_TEXT U32 OsMhookDel(U32 hookType, OsVoidFunc hook) in OsMhookDel() argument
229 OS_SEC_L4_TEXT U32 OsHookAdd(enum HookType hookType, OsVoidFunc hook) in OsHookAdd() argument
245 OS_SEC_L4_TEXT U32 OsHookDel(enum HookType hookType, OsVoidFunc hook) in OsHookDel() argument
261 OsShookReg(U32 hookType, OsVoidFunc hook) OsShookReg() argument
307 PRT_IdleAddPrefixHook(IdleHook hook) PRT_IdleAddPrefixHook() argument
[all...]
/third_party/node/lib/internal/test_runner/
H A Dharness.js249 function hook(hook) { function
[all...]
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c8 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) { in MustNotCall() argument
/third_party/pulseaudio/src/modules/
H A Dreserve-wrap.c44 pa_hook hook; member
55 pa_hook hook; member
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dhook-list.h47 pa_hook *hook; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
H A Dsystem_init.c314 LosSysteminitHook hook; in SystemInit_QuickstartInit() local
/kernel/linux/linux-5.10/net/sched/
H A Dem_ipt.c23 u32 hook; member
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c241 static bool reject6_csum_ok(struct sk_buff *skb, int hook) in reject6_csum_ok() argument
15 nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb, struct tcphdr *otcph, unsigned int *otcplen, int hook) nf_reject_ip6_tcphdr_get() argument
144 nf_send_reset6(struct net *net, struct sock *sk, struct sk_buff *oldskb, int hook) nf_send_reset6() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_queue.c268 const struct nf_hook_entry *hook; in nf_iterate() local
/kernel/linux/linux-5.10/include/linux/
H A Dlsm_hooks.h1559 union security_list_options hook; global() member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dlsm_hooks.h52 union security_list_options hook; member
/kernel/linux/linux-6.6/net/sched/
H A Dem_ipt.c23 u32 hook; member
/kernel/liteos_a/shell/full/src/base/
H A Dshell_lk.c209 VOID LOS_LkRegHook(LK_FUNC hook) in LOS_LkRegHook() argument
/kernel/uniproton/src/core/kernel/irq/
H A Dprt_irq.c229 struct TagHwiCombineNode *hook = NULL; in OsHwiCombineDispatchHandler() local
302 struct TagHwiCombineNode *hook = NULL; in OsHwiCombineDelete() local
[all...]
H A Dprt_irq_internal.h57 HwiProcFunc hook; // 非私有中断时为正常hook member
95 OS_SEC_ALW_INLINE INLINE void OsHwiFuncSet(U32 irqNum, HwiProcFunc hook) in OsHwiFuncSet() argument
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Dnft_reject_bridge.c45 nft_reject_br_send_v4_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) nft_reject_br_send_v4_tcp_reset() argument
61 nft_reject_br_send_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) nft_reject_br_send_v4_unreach() argument
77 nft_reject_br_send_v6_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) nft_reject_br_send_v6_tcp_reset() argument
94 nft_reject_br_send_v6_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) nft_reject_br_send_v6_unreach() argument
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c39 nf_reject_skb_v4_tcp_reset(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook) nf_reject_skb_v4_tcp_reset() argument
74 nf_reject_skb_v4_unreach(struct net *net, struct sk_buff *oldskb, const struct net_device *dev, int hook, u8 code) nf_reject_skb_v4_unreach() argument
139 nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, struct tcphdr *_oth, int hook) nf_reject_ip_tcphdr_get() argument
239 nf_send_reset(struct net *net, struct sock *sk, struct sk_buff *oldskb, int hook) nf_send_reset() argument
317 nf_send_unreach(struct sk_buff *skb_in, int code, int hook) nf_send_unreach() argument
[all...]
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dftrace.c70 static int ftrace_check_current_nop(unsigned long hook) in ftrace_check_current_nop() argument
91 static int ftrace_modify_code(unsigned long hook, unsigned long target, in ftrace_modify_code() argument

Completed in 11 milliseconds

1234567