Home
last modified time | relevance | path

Searched defs:hook (Results 1 - 25 of 129) sorted by relevance

123456

/kernel/uniproton/src/om/err/
H A Dprt_err_init.c22 OS_SEC_L4_TEXT U32 PRT_ErrRegHook(ErrHandleFunc hook) in PRT_ErrRegHook() argument
/kernel/uniproton/src/core/kernel/kexc/
H A Dprt_kexc.c30 OS_SEC_L4_TEXT U32 PRT_ExcRegHook(ExcProcFunc hook) in PRT_ExcRegHook() argument
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dquirks.c18 void (*hook)(struct tb_switch *sw); member
/kernel/linux/linux-5.10/include/linux/
H A Dnetfilter_ipv4.h29 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() argument
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dipt_REJECT.c34 int hook = xt_hooknum(par); in reject_tg() local
59 nf_send_reset(xt_net(par), par->state->sk, skb, hook); in reject_tg() local
H A Dnf_reject_ipv4.c188 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) in nf_send_unreach() argument
15 nf_reject_ip_tcphdr_get(struct sk_buff *oldskb, struct tcphdr *_oth, int hook) nf_reject_ip_tcphdr_get() argument
115 nf_send_reset(struct net *net, struct sock *sk, struct sk_buff *oldskb, int hook) nf_send_reset() argument
/kernel/linux/linux-6.6/include/linux/
H A Dnetfilter_ipv4.h29 static inline __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() argument
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dquirks.c51 void (*hook)(struct tb_switch *sw); member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c26 static int test_tc_bpf_basic(const struct bpf_tc_hook *hook, int fd) in test_tc_bpf_basic() argument
69 static int test_tc_bpf_api(struct bpf_tc_hook *hook, int fd) in test_tc_bpf_api() argument
[all...]
H A Dxdp_do_redirect.c41 static int attach_tc_prog(struct bpf_tc_hook *hook, int fd) in attach_tc_prog() argument
/kernel/uniproton/src/core/kernel/sys/
H A Dprt_sys_time.c21 OS_SEC_L2_TEXT U32 OsSetSysTimeHook(SysTimeFunc hook) in OsSetSysTimeHook() argument
H A Dprt_sys.c73 OS_SEC_L4_TEXT U32 PRT_IdleAddHook(IdleHook hook) in PRT_IdleAddHook() argument
77 OS_SEC_L4_TEXT U32 PRT_IdleDelHook(IdleHook hook) in PRT_IdleDelHook() argument
/kernel/uniproton/src/om/cpup/
H A Dprt_cpup_warn.c120 OS_SEC_L4_TEXT U32 PRT_CpupRegWarnHook(CpupHookFunc hook) in PRT_CpupRegWarnHook() argument
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dipt_REJECT.c34 int hook = xt_hooknum(par); in reject_tg() local
59 nf_send_reset(xt_net(par), par->state->sk, skb, hook); in reject_tg() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_dup_netdev.c20 nf_do_netdev_egress(struct sk_buff *skb, struct net_device *dev, enum nf_dev_hooks hook) nf_do_netdev_egress() argument
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
/kernel/linux/linux-5.10/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
/kernel/liteos_m/utils/
H A Dlos_debug.c51 VOID OsBackTraceHookSet(BACK_TRACE_HOOK hook) in OsBackTraceHookSet() argument
/kernel/uniproton/src/core/kernel/task/
H A Dprt_task.c96 OS_SEC_L4_TEXT U32 PRT_TaskDelSwitchHook(TskSwitchHook hook) in PRT_TaskDelSwitchHook() argument
100 OS_SEC_L4_TEXT U32 PRT_TaskAddSwitchHook(TskSwitchHook hook) in PRT_TaskAddSwitchHook() argument
/kernel/linux/linux-5.10/net/netfilter/
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/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c72 void (*hook)(struct drm_i915_private *i915); member
77 void (*hook)(struct drm_i915_private *i915); member
/kernel/liteos_a/kernel/common/
H A Dlos_init_info.h65 OsInitHook hook; member
/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...]
/kernel/linux/linux-5.10/net/sched/
H A Dem_ipt.c23 u32 hook; member

Completed in 8 milliseconds

123456