/linux-4.1.27/include/linux/ |
D | netfilter.h | 51 unsigned int hook; member 61 unsigned int hook, in nf_hook_state_init() 85 nf_hookfn *hook; member 134 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active() 143 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active() 158 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() 176 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct sock *sk, in nf_hook() 202 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct sock *sk, in NF_HOOK_THRESH() 214 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sock *sk, in NF_HOOK_COND() 227 NF_HOOK(uint8_t pf, unsigned int hook, struct sock *sk, struct sk_buff *skb, in NF_HOOK() [all …]
|
D | pci.h | 1530 void (*hook)(struct pci_dev *dev); member 1546 class_shift, hook) \ argument 1552 class_shift, hook) \ argument 1556 class_shift, hook) \ argument 1560 class_shift, hook) \ argument 1564 class_shift, hook) \ argument 1568 class_shift, hook) \ argument 1573 class_shift, hook) \ argument 1578 class_shift, hook) \ argument 1583 class_shift, hook) \ argument [all …]
|
/linux-4.1.27/arch/arm64/kernel/ |
D | debug-monitors.c | 189 void register_step_hook(struct step_hook *hook) in register_step_hook() 196 void unregister_step_hook(struct step_hook *hook) in unregister_step_hook() 212 struct step_hook *hook; in call_step_hook() local 277 void register_break_hook(struct break_hook *hook) in register_break_hook() 284 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook() 294 struct break_hook *hook; in call_break_hook() local
|
D | traps.c | 266 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() 275 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() 286 struct undef_hook *hook; in call_undef_hook() local
|
D | armv8_deprecated.c | 67 struct undef_hook *hook; in register_emulation_hooks() local 79 struct undef_hook *hook; in remove_emulation_hooks() local
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_reject_ipv4.c | 20 struct tcphdr *_oth, int hook) in nf_reject_ip_tcphdr_get() 102 void nf_send_reset(struct sk_buff *oldskb, int hook) in nf_send_reset() 169 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook) in nf_send_unreach()
|
D | ipt_REJECT.c | 37 int hook = par->hooknum; in reject_tg() local
|
D | ip_tables.c | 250 unsigned int hook, in trace_packet() 290 unsigned int hook, in ipt_do_table() 447 unsigned int hook; in mark_source_chains() local
|
D | arp_tables.c | 250 unsigned int hook, in arpt_do_table() 370 unsigned int hook; in mark_source_chains() local
|
/linux-4.1.27/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 45 int hook) in nft_reject_br_send_v4_tcp_reset() 79 int hook, u8 code) in nft_reject_br_send_v4_unreach() 147 int hook) in nft_reject_br_send_v6_tcp_reset() 178 static bool reject6_br_csum_ok(struct sk_buff *skb, int hook) in reject6_br_csum_ok() 205 int hook, u8 code) in nft_reject_br_send_v6_unreach()
|
D | ebtables.c | 186 unsigned int ebt_do_table (unsigned int hook, struct sk_buff *skb, in ebt_do_table() 656 unsigned int i, j, hook = 0, hookmask = 0; in ebt_check_entry() local
|
/linux-4.1.27/arch/avr32/kernel/ |
D | traps.c | 135 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() 142 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() 189 struct undef_hook *hook; in do_illegal_opcode() local
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_reject_ipv6.c | 21 unsigned int *otcplen, int hook) in nf_reject_ip6_tcphdr_get() 133 void nf_send_reset6(struct net *net, struct sk_buff *oldskb, int hook) in nf_send_reset6() 213 static bool reject6_csum_ok(struct sk_buff *skb, int hook) in reject6_csum_ok()
|
D | ip6_tables.c | 279 unsigned int hook, in trace_packet() 319 unsigned int hook, in ip6t_do_table() 460 unsigned int hook; in mark_source_chains() local
|
/linux-4.1.27/net/ipv6/ |
D | netfilter.c | 133 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum() 166 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum_partial()
|
/linux-4.1.27/net/ipv4/ |
D | netfilter.c | 124 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() 155 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum_partial()
|
/linux-4.1.27/net/sched/ |
D | act_ipt.c | 33 static int ipt_init_target(struct xt_entry_target *t, char *table, unsigned int hook) in ipt_init_target() 94 u32 hook = 0; in tcf_ipt_init() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 372 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() 381 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() 392 struct undef_hook *hook; in call_undef_hook() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | ipipe.c | 191 void (*hook)(void); in __ipipe_syscall_root() local
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | nfnetlink_log.h | 20 __u8 hook; /* netfilter hook */ member
|
D | nfnetlink_queue.h | 19 __u8 hook; /* netfilter hook */ member
|
/linux-4.1.27/sound/core/ |
D | vmaster.c | 40 void (*hook)(void *private_data, int); member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 2083 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol); in vmaster_mute_mode_get() local 2091 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol); in vmaster_mute_mode_put() local 2114 struct hda_vmaster_mute_hook *hook = private_data; in vmaster_hook() local 2132 struct hda_vmaster_mute_hook *hook, in snd_hda_add_vmaster_hook() 2158 void snd_hda_sync_vmaster_hook(struct hda_vmaster_mute_hook *hook) in snd_hda_sync_vmaster_hook()
|
D | hda_local.h | 165 void (*hook)(void *, int); member
|
/linux-4.1.27/sound/soc/codecs/ |
D | 88pm860x-codec.c | 1274 int det, int hook, int hs_shrt, int lo_shrt) in pm860x_hs_jack_detect()
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink_queue_core.c | 832 static void nfqnl_nf_hook_drop(struct net *net, struct nf_hook_ops *hook) in nfqnl_nf_hook_drop()
|
/linux-4.1.27/kernel/power/ |
D | snapshot.c | 489 struct list_head hook; member
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib.h | 713 diag_hook hook; member
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_display.c | 13625 void (*hook)(struct drm_device *dev); member 13630 void (*hook)(struct drm_device *dev); member
|