| /kernel/linux/linux-5.10/include/linux/ |
| H A D | netfilter.h | 68 unsigned int hook; member 82 nf_hookfn *hook; member 92 nf_hookfn *hook; member 139 nf_hook_state_init(struct nf_hook_state *p, unsigned int hook, u_int8_t pf, struct net_device *indev, struct net_device *outdev, struct sock *sk, struct net *net, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook_state_init() argument 205 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument 276 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) NF_HOOK_COND() argument 290 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK() argument 301 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK_LIST() argument 391 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) NF_HOOK_COND() argument 400 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK() argument 408 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK_LIST() argument 415 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument [all...] |
| /kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_log.h | 21 __u8 hook; /* netfilter hook */ member
|
| H A D | nfnetlink_queue.h | 20 __u8 hook; /* netfilter hook */ member
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nf_tables_offload.c | 225 struct nft_hook *hook; in nft_chain_offload_support() local 430 struct nft_hook *hook; in nft_flow_block_chain() local 613 struct nft_hook *hook, *found; __nft_offload_get_chain() local [all...] |
| /kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_log.h | 21 __u8 hook; /* netfilter hook */ member
|
| H A D | nfnetlink_queue.h | 20 __u8 hook; /* netfilter hook */ member
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_flow_offload.c | 173 struct nft_hook *hook; in nft_flowtable_find_dev() local
|
| H A D | nf_tables_offload.c | 224 struct nft_hook *hook; in nft_chain_offload_support() local 459 struct nft_hook *hook; in nft_flow_block_chain() local 625 struct nft_hook *hook, *found; __nft_offload_get_chain() local [all...] |
| /kernel/linux/linux-6.6/sound/core/ |
| H A D | vmaster.c | 36 void (*hook)(void *private_data, int); member [all...] |
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
| H A D | nfnetlink_log.h | 30 __u8 hook; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
| H A D | nfnetlink_log.h | 30 __u8 hook; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
| H A D | nfnetlink_log.h | 17 __u8 hook; member
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_hooks.c | 87 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_close() local 95 snd_pcm_hook_t *hook; in snd_pcm_hooks_close() local 119 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_hw_params() local 135 snd_pcm_hook_t *hook in snd_pcm_hooks_hw_free() local 560 snd_pcm_hook_get_pcm(snd_pcm_hook_t *hook) snd_pcm_hook_get_pcm() argument 571 snd_pcm_hook_get_private(snd_pcm_hook_t *hook) snd_pcm_hook_get_private() argument 582 snd_pcm_hook_set_private(snd_pcm_hook_t *hook, void *private_data) snd_pcm_hook_set_private() argument 628 snd_pcm_hook_remove(snd_pcm_hook_t *hook) snd_pcm_hook_remove() argument 640 snd_pcm_hook_ctl_elems_hw_params(snd_pcm_hook_t *hook) snd_pcm_hook_ctl_elems_hw_params() argument 646 snd_pcm_hook_ctl_elems_hw_free(snd_pcm_hook_t *hook) snd_pcm_hook_ctl_elems_hw_free() argument 652 snd_pcm_hook_ctl_elems_close(snd_pcm_hook_t *hook) snd_pcm_hook_ctl_elems_close() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-microtask-queue-gen.cc | 484 Branch(NeedsAnyPromiseHooks(promiseHookFlags), &hook, &done_hook); in RunAllPromiseHooks() local 521 promiseHookFlags), &hook, &done_hook); in RunPromiseHook() local [all...] |
| /third_party/python/Modules/ |
| H A D | main.c | 450 PyObject *sys, *hook, *result; in pymain_run_interactive_hook() local
|
| /third_party/python/Objects/ |
| H A D | fileobject.c | 480 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() argument 510 Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook; in PyFile_OpenCodeObject() local
|
| /kernel/linux/linux-5.10/drivers/misc/mei/ |
| H A D | bus-fixup.c | 482 void (*hook)(struct mei_cl_device *cldev); member
|
| /kernel/linux/linux-5.10/include/net/netfilter/ |
| H A D | nf_flow_table.h | 60 nf_hookfn *hook; member
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 448 static void sugov_update_single(struct update_util_data *hook, u64 time, in sugov_update_single() argument 539 sugov_update_shared(struct update_util_data *hook, u64 time, unsigned int flags) argument
|
| /kernel/linux/linux-5.10/net/bridge/ |
| H A D | br_netfilter_hooks.c | 1005 int br_nf_hook_thresh(unsigned int hook, struct net *net, in br_nf_hook_thresh() argument [all...] |
| /kernel/linux/linux-6.6/drivers/misc/mei/ |
| H A D | bus-fixup.c | 555 void (*hook)(struct mei_cl_device *cldev); member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | netfilter.h | 69 u8 hook; member 89 nf_hookfn *hook; member 100 nf_hookfn *hook; member 147 nf_hook_state_init(struct nf_hook_state *p, unsigned int hook, u_int8_t pf, struct net_device *indev, struct net_device *outdev, struct sock *sk, struct net *net, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook_state_init() argument 213 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument 284 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) NF_HOOK_COND() argument 298 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK() argument 309 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK_LIST() argument 400 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) NF_HOOK_COND() argument 409 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK() argument 417 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct list_head *head, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) NF_HOOK_LIST() argument 424 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument [all...] |
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| H A D | system76_acpi.c | 264 static int system76_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) in system76_battery_add() argument 276 static int system76_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) in system76_battery_remove() argument
|
| H A D | huawei-wmi.c | 472 static int huawei_wmi_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) in huawei_wmi_battery_add() argument 487 static int huawei_wmi_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) in huawei_wmi_battery_remove() argument
|
| H A D | lg-laptop.c | 549 static int lg_battery_add(struct power_supply *battery, struct acpi_battery_hook *hook) in lg_battery_add() argument 558 static int lg_battery_remove(struct power_supply *battery, struct acpi_battery_hook *hook) in lg_battery_remove() argument
|