/linux-4.4.14/include/linux/ |
D | netfilter.h | 51 unsigned int hook; member 64 unsigned int hook, in nf_hook_state_init() 91 nf_hookfn *hook; member 146 u_int8_t pf, unsigned int hook) in nf_hook_list_active() 156 u_int8_t pf, unsigned int hook) in nf_hook_list_active() 171 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() 192 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() 218 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_THRESH() 231 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND() 245 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK() [all …]
|
D | pci.h | 1566 void (*hook)(struct pci_dev *dev); member 1582 class_shift, hook) \ argument 1588 class_shift, hook) \ argument 1592 class_shift, hook) \ argument 1596 class_shift, hook) \ argument 1600 class_shift, hook) \ argument 1604 class_shift, hook) \ argument 1609 class_shift, hook) \ argument 1614 class_shift, hook) \ argument 1619 class_shift, hook) \ argument [all …]
|
D | lsm_hooks.h | 1836 union security_list_options hook; member
|
/linux-4.4.14/arch/arm64/kernel/ |
D | debug-monitors.c | 191 void register_step_hook(struct step_hook *hook) in register_step_hook() 198 void unregister_step_hook(struct step_hook *hook) in unregister_step_hook() 214 struct step_hook *hook; in call_step_hook() local 279 void register_break_hook(struct break_hook *hook) in register_break_hook() 286 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook() 296 struct break_hook *hook; in call_break_hook() local
|
D | traps.c | 281 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() 290 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() 301 struct undef_hook *hook; in call_undef_hook() local
|
D | armv8_deprecated.c | 70 struct undef_hook *hook; in register_emulation_hooks() local 82 struct undef_hook *hook; in remove_emulation_hooks() local
|
/linux-4.4.14/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 | 190 unsigned int hook = state->hook; in ebt_do_table() local 658 unsigned int i, j, hook = 0, hookmask = 0; in ebt_check_entry() local
|
/linux-4.4.14/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 net *net, 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 | 251 unsigned int hook, in trace_packet() 291 unsigned int hook = state->hook; in ipt_do_table() local 464 unsigned int hook; in mark_source_chains() local
|
D | arp_tables.c | 253 unsigned int hook = state->hook; in arpt_do_table() local 388 unsigned int hook; in mark_source_chains() local
|
/linux-4.4.14/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.4.14/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 | 280 unsigned int hook, in trace_packet() 320 unsigned int hook = state->hook; in ip6t_do_table() local 476 unsigned int hook; in mark_source_chains() local
|
/linux-4.4.14/net/ipv4/ |
D | netfilter.c | 123 __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum() 154 static __sum16 nf_ip_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip_checksum_partial()
|
/linux-4.4.14/net/ipv6/ |
D | netfilter.c | 132 __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum() 165 static __sum16 nf_ip6_checksum_partial(struct sk_buff *skb, unsigned int hook, in nf_ip6_checksum_partial()
|
/linux-4.4.14/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.4.14/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.4.14/arch/blackfin/kernel/ |
D | ipipe.c | 191 void (*hook)(void); in __ipipe_syscall_root() local
|
/linux-4.4.14/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.4.14/drivers/misc/mei/ |
D | bus-fixup.c | 280 void (*hook)(struct mei_cl_device *cldev); member
|
/linux-4.4.14/sound/core/ |
D | vmaster.c | 40 void (*hook)(void *private_data, int); member
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.c | 1880 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol); in vmaster_mute_mode_get() local 1888 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol); in vmaster_mute_mode_put() local 1911 struct hda_vmaster_mute_hook *hook = private_data; in vmaster_hook() local 1929 struct hda_vmaster_mute_hook *hook, in snd_hda_add_vmaster_hook() 1955 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.4.14/sound/soc/codecs/ |
D | 88pm860x-codec.c | 1267 int det, int hook, int hs_shrt, int lo_shrt) in pm860x_hs_jack_detect()
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink_queue.c | 864 static void nfqnl_nf_hook_drop(struct net *net, struct nf_hook_ops *hook) in nfqnl_nf_hook_drop()
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 489 struct list_head hook; member
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 21 u8 hook; member
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib.h | 713 diag_hook hook; member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 14733 void (*hook)(struct drm_device *dev); member 14738 void (*hook)(struct drm_device *dev); member
|