Home
last modified time | relevance | path

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

123

/Linux-v6.1/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
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()
297 void unregister_kernel_break_hook(struct break_hook *hook) in unregister_kernel_break_hook()
304 struct break_hook *hook; in call_break_hook() local
Dtraps.c379 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
388 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
399 struct undef_hook *hook; in call_undef_hook() local
753 const struct sys64_hook *hook, *hook_base; in do_cp15instr() local
794 const struct sys64_hook *hook; in do_sysinstr() local
/Linux-v6.1/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()
Dnft_reject_netdev.c30 int hook) in nft_reject_netdev_send_v4_tcp_reset()
44 int hook, u8 code) in nft_reject_netdev_send_v4_unreach()
58 int hook) in nft_reject_netdev_send_v6_tcp_reset()
73 int hook, u8 code) in nft_reject_netdev_send_v6_unreach()
Dnf_conntrack_pptp.c92 const struct nf_nat_pptp_hook *hook; in pptp_expectfn() local
190 const struct nf_nat_pptp_hook *hook; in exp_gre() local
260 const struct nf_nat_pptp_hook *hook; in pptp_inbound_pkt() local
387 const struct nf_nat_pptp_hook *hook; in pptp_outbound_pkt() local
Dnfnetlink_hook.c57 u8 hook; member
186 nfnl_hook_entries_head(u8 pf, unsigned int hook, struct net *net, const char *dev) in nfnl_hook_entries_head()
Dnf_tables_offload.c223 struct nft_hook *hook; in nft_chain_offload_support() local
458 struct nft_hook *hook; in nft_flow_block_chain() local
624 struct nft_hook *hook, *found; in __nft_offload_get_chain() local
Dnf_dup_netdev.c21 enum nf_dev_hooks hook) in nf_do_netdev_egress()
Dnf_tables_api.c201 struct nft_hook *hook; in nft_netdev_register_hooks() local
228 struct nft_hook *hook, *next; in nft_netdev_unregister_hooks() local
1565 struct nft_hook *hook, *first = NULL; in nft_dump_basechain_hook() local
1860 struct nft_hook *hook, *next; in nf_tables_chain_destroy() local
1898 struct nft_hook *hook; in nft_netdev_hook_alloc() local
1930 struct nft_hook *hook; in nft_hook_list_find() local
1944 struct nft_hook *hook, *next; in nf_tables_parse_netdev_hooks() local
1994 struct nft_hook *hook; in nft_chain_parse_netdev() local
2020 struct nft_chain_hook *hook, u8 family, in nft_chain_parse_hook()
2086 static void nft_chain_release_hook(struct nft_chain_hook *hook) in nft_chain_release_hook()
[all …]
/Linux-v6.1/net/ipv4/netfilter/
Dnf_reject_ipv4.c42 int hook) in nf_reject_skb_v4_tcp_reset()
77 int hook, u8 code) in nf_reject_skb_v4_unreach()
140 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get()
240 int hook) in nf_send_reset()
313 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
/Linux-v6.1/net/ipv6/netfilter/
Dnf_reject_ipv6.c15 static bool nf_reject_v6_csum_ok(struct sk_buff *skb, int hook) in nf_reject_v6_csum_ok()
62 int hook) in nf_reject_skb_v6_tcp_reset()
97 int hook, u8 code) in nf_reject_skb_v6_unreach()
151 unsigned int *otcplen, int hook) in nf_reject_ip6_tcphdr_get()
279 int hook) in nf_send_reset6()
375 static bool reject6_csum_ok(struct sk_buff *skb, int hook) in reject6_csum_ok()
/Linux-v6.1/include/linux/
Dnetfilter.h68 u8 hook; member
87 nf_hookfn *hook; member
98 nf_hookfn *hook; member
146 unsigned int hook, in nf_hook_state_init()
211 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook()
282 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
296 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
307 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST()
398 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND()
407 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK()
[all …]
Dpci.h1991 void (*hook)(struct pci_dev *dev); member
2008 class_shift, hook) \ argument
2024 class_shift, hook, stub) \ argument
2034 class_shift, hook, stub) \ argument
2040 class_shift, hook) \ argument
2046 class_shift, hook) \ argument
2053 class_shift, hook) \ argument
2057 class_shift, hook) \ argument
2061 class_shift, hook) \ argument
2065 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()
/Linux-v6.1/tools/lib/bpf/
Dnetlink.c435 static int attach_point_to_config(struct bpf_tc_hook *hook, in attach_point_to_config()
475 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify()
499 static int tc_qdisc_create_excl(struct bpf_tc_hook *hook) in tc_qdisc_create_excl()
504 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in tc_qdisc_delete()
509 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create()
525 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy()
611 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach()
684 static int __bpf_tc_detach(const struct bpf_tc_hook *hook, in __bpf_tc_detach()
745 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach()
757 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query()
/Linux-v6.1/net/bridge/netfilter/
Dnft_reject_bridge.c48 int hook) in nft_reject_br_send_v4_tcp_reset()
64 int hook, u8 code) in nft_reject_br_send_v4_unreach()
80 int hook) in nft_reject_br_send_v6_tcp_reset()
97 int hook, u8 code) in nft_reject_br_send_v6_unreach()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c25 static int test_tc_bpf_basic(const struct bpf_tc_hook *hook, int fd) in test_tc_bpf_basic()
68 static int test_tc_bpf_api(struct bpf_tc_hook *hook, int fd) in test_tc_bpf_api()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_quirks.c72 void (*hook)(struct drm_i915_private *i915); member
77 void (*hook)(struct drm_i915_private *i915); member
/Linux-v6.1/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()
/Linux-v6.1/drivers/acpi/
Dbattery.c689 static void __battery_hook_unregister(struct acpi_battery_hook *hook, int lock) in __battery_hook_unregister()
707 void battery_hook_unregister(struct acpi_battery_hook *hook) in battery_hook_unregister()
713 void battery_hook_register(struct acpi_battery_hook *hook) in battery_hook_register()
780 struct acpi_battery_hook *hook; in battery_hook_remove_battery() local
797 struct acpi_battery_hook *hook; in battery_hook_exit() local
/Linux-v6.1/net/sched/
Dact_ipt.c31 char *table, unsigned int hook) in ipt_init_target()
105 u32 hook = 0; in __tcf_ipt_init() local
/Linux-v6.1/drivers/thunderbolt/
Dquirks.c28 void (*hook)(struct tb_switch *sw); member
/Linux-v6.1/arch/arm/kernel/
Dtraps.c413 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
422 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
434 struct undef_hook *hook; in call_undef_hook() local
/Linux-v6.1/kernel/sched/
Dcpufreq_schedutil.c329 static void sugov_update_single_freq(struct update_util_data *hook, u64 time, in sugov_update_single_freq()
372 static void sugov_update_single_perf(struct update_util_data *hook, u64 time, in sugov_update_single_perf()
433 sugov_update_shared(struct update_util_data *hook, u64 time, unsigned int flags) in sugov_update_shared()

123