| /linux/sound/soc/generic/ |
| H A D | audio-graph-card2.c | 1055 struct graph2_custom_hooks *hooks, in graph_link() argument 1066 if (hooks && hooks->custom_normal) in graph_link() 1067 func = hooks->custom_normal; in graph_link() 1072 if (hooks && hooks->custom_dpcm) in graph_link() 1073 func = hooks->custom_dpcm; in graph_link() 1078 if (hooks && hooks->custom_c2c) in graph_link() 1079 func = hooks->custom_c2c; in graph_link() 1230 struct graph2_custom_hooks *hooks, in graph_count() argument 1273 struct graph2_custom_hooks *hooks, in graph_for_each_link() argument 1276 struct graph2_custom_hooks *hooks, in graph_for_each_link() [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_socket.c | 224 .hooks = (1 << NF_INET_PRE_ROUTING) | in socket_mt_destroy() 236 .hooks = (1 << NF_INET_PRE_ROUTING) | 249 .hooks = (1 << NF_INET_PRE_ROUTING) | 262 .hooks = (1 << NF_INET_PRE_ROUTING) | 275 .hooks = (1 << NF_INET_PRE_ROUTING) | 288 .hooks = (1 << NF_INET_PRE_ROUTING) | 301 .hooks = (1 << NF_INET_PRE_ROUTING) |
|
| H A D | xt_nat.c | 160 .hooks = (1 << NF_INET_POST_ROUTING) | 173 .hooks = (1 << NF_INET_PRE_ROUTING) | 185 .hooks = (1 << NF_INET_POST_ROUTING) | 197 .hooks = (1 << NF_INET_PRE_ROUTING) | 209 .hooks = (1 << NF_INET_POST_ROUTING) | 221 .hooks = (1 << NF_INET_PRE_ROUTING) |
|
| H A D | xt_CLASSIFY.c | 42 .hooks = (1 << NF_INET_LOCAL_OUT) | (1 << NF_INET_FORWARD) | 52 .hooks = (1 << NF_ARP_OUT) | (1 << NF_ARP_FORWARD), 62 .hooks = (1 << NF_INET_LOCAL_OUT) | (1 << NF_INET_FORWARD) |
|
| H A D | nf_conntrack_sip.c | 942 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp() local 1027 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp() 1028 if (hooks && in set_expected_rtp_rtcp() 1029 !hooks->sdp_port(skb, protoff, dataoff, dptr, datalen, in set_expected_rtp_rtcp() 1049 hooks = rcu_dereference(nf_nat_sip_hooks); in set_expected_rtp_rtcp() 1050 if (hooks && ct->status & IPS_NAT_MASK && !direct_rtp) in set_expected_rtp_rtcp() 1051 ret = hooks->sdp_media(skb, protoff, dataoff, dptr, in set_expected_rtp_rtcp() 1117 const struct nf_nat_sip_hooks *hooks; in process_sdp() local 1123 hooks = rcu_dereference(nf_nat_sip_hooks); in process_sdp() 1198 if (maddr_len && hooks && ct->status & IPS_NAT_MASK) { in process_sdp() [all …]
|
| H A D | nft_chain_filter.c | 36 .hooks = { 78 .hooks = { 120 .hooks = { 206 .hooks = { 264 .hooks = { 316 .hooks = {
|
| H A D | nft_chain_nat.c | 45 .hooks = { 66 .hooks = { 97 .hooks = {
|
| H A D | nft_chain_route.c | 58 .hooks = { 108 .hooks = { 139 .hooks = {
|
| H A D | nft_osf.c | 118 unsigned int hooks; in nft_osf_validate() local 123 hooks = (1 << NF_INET_LOCAL_IN) | in nft_osf_validate() 131 return nft_chain_validate_hooks(ctx->chain, hooks); in nft_osf_validate()
|
| H A D | xt_cgroup.c | 206 .hooks = (1 << NF_INET_LOCAL_OUT) | 220 .hooks = (1 << NF_INET_LOCAL_OUT) | 234 .hooks = (1 << NF_INET_LOCAL_OUT) |
|
| H A D | xt_REDIRECT.c | 87 .hooks = (1 << NF_INET_PRE_ROUTING) | 100 .hooks = (1 << NF_INET_PRE_ROUTING) |
|
| H A D | xt_MASQUERADE.c | 80 .hooks = 1 << NF_INET_POST_ROUTING, 91 .hooks = 1 << NF_INET_POST_ROUTING,
|
| H A D | xt_TPROXY.c | 228 .hooks = 1 << NF_INET_PRE_ROUTING, 240 .hooks = 1 << NF_INET_PRE_ROUTING, 253 .hooks = 1 << NF_INET_PRE_ROUTING,
|
| H A D | nfnetlink_queue.c | 261 const struct nf_hook_entries *hooks, in nf_iterate() argument 267 while (i < hooks->num_hook_entries) { in nf_iterate() 268 hook = &hooks->hooks[i]; in nf_iterate() 358 const struct nf_hook_entries *hooks; in nf_reinject() local 368 hooks = nf_hook_entries_head(net, pf, entry->state.hook); in nf_reinject() 371 if (!hooks || i >= hooks->num_hook_entries) { in nf_reinject() 377 hook_entry = &hooks->hooks[i]; in nf_reinject() 391 verdict = nf_iterate(skb, &entry->state, hooks, &i); in nf_reinject()
|
| H A D | xt_NETMAP.c | 127 .hooks = (1 << NF_INET_PRE_ROUTING) | 142 .hooks = (1 << NF_INET_PRE_ROUTING) |
|
| /linux/Documentation/translations/zh_CN/maintainer/ |
| H A D | configure-git.rst | 54 $ cat >.git/hooks/applypatch-msg <<'EOF' 58 test -x "$GIT_DIR/hooks/commit-msg" && 59 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"} 62 $ chmod a+x .git/hooks/applypatch-msg
|
| /linux/Documentation/security/ |
| H A D | lsm.rst | 30 general framework that would provide a set of security hooks to control 98 LSM hooks are maintained in lists. A list is maintained for each 99 hook, and the hooks are called in the order specified by CONFIG_LSM. 108 The LSM framework does not provide a mechanism for removing hooks that 112 The hooks can be viewed as falling into two major 113 categories: hooks that are used to manage the security fields and hooks 115 of hooks include the security_inode_alloc() and security_inode_free() 116 These hooks are used to allocate 118 An example of the second category of hooks
|
| /linux/Documentation/bpf/ |
| H A D | fs_kfuncs.rst | 9 BPF LSM programs need to access filesystem data from LSM hooks. The following 19 2. These kfuncs should not call into other LSM hooks, i.e. security_*(). For
|
| H A D | prog_lsm.rst | 8 These BPF programs allow runtime instrumentation of the LSM hooks by privileged 20 Other LSM hooks which can be instrumented can be found in 120 The LSM allows attachment of eBPF programs as LSM hooks using :manpage:`bpf(2)`
|
| /linux/security/ |
| H A D | Kconfig | 103 This enables the socket and networking security hooks. 104 If enabled, a security module can use these hooks to 112 This enables the Infiniband security hooks. 113 If enabled, a security module can use these hooks to 121 This enables the XFRM (IPSec) networking security hooks. 122 If enabled, a security module can use these hooks to 131 bool "Security hooks for pathname based access control" 134 This enables the security hooks for pathname based access control. 135 If enabled, a security module can use these hooks to
|
| /linux/include/linux/ |
| H A D | via-core.h | 57 void viafb_pm_register(struct viafb_pm_hooks *hooks); 58 void viafb_pm_unregister(struct viafb_pm_hooks *hooks);
|
| /linux/Documentation/locking/ |
| H A D | lockstat.rst | 19 Lockdep already has hooks in the lock functions and maps lock instances to 22 hooks therein:: 45 __* - the hooks 48 With these hooks we provide the following statistics:
|
| /linux/security/bpf/ |
| H A D | Makefile | 5 obj-$(CONFIG_BPF_LSM) := hooks.o
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_NPT.c | 154 .hooks = (1 << NF_INET_LOCAL_IN) | 166 .hooks = (1 << NF_INET_PRE_ROUTING) |
|
| /linux/fs/crypto/ |
| H A D | Makefile | 7 hooks.o \
|