Searched full:hook (Results 1 – 25 of 86) sorted by relevance
1234
| /Documentation/security/ |
| D | lsm.rst | 61 calls to hook functions at critical points in the kernel code to 99 hook, and the hooks are called in the order specified by CONFIG_LSM. 100 Detailed documentation for each hook is 119 is the security_inode_permission() hook. 120 This hook checks permission when accessing an inode.
|
| D | lsm-development.rst | 13 For extensive documentation on the available LSM hook interfaces, please
|
| /Documentation/bpf/ |
| D | prog_lsm.rst | 16 LSM hook: 61 * ``"lsm/file_mprotect"`` indicates the LSM hook that the program must 72 * or 0 if it's the first hook. 124 The program can be detached from the LSM hook by *destroying* the ``link``
|
| D | prog_cgroup_sockopt.rst | 23 before passing them down to the kernel. This hook has access to the cgroup 44 sockopt. The BPF hook can observe ``optval``, ``optlen`` and ``retval`` 45 if it's interested in whatever kernel has returned. BPF hook can override 50 This hook has access to the cgroup and socket local storage.
|
| D | fs_kfuncs.rst | 21 the latter calls LSM hook ``security_inode_getxattr``.
|
| D | prog_cgroup_sysctl.rst | 8 provides cgroup-bpf hook for sysctl. 10 The hook has to be attached to a cgroup and will be called every time a
|
| D | prog_sk_lookup.rst | 50 as usual without triggering the BPF sk_lookup hook.
|
| /Documentation/driver-api/ |
| D | libata.rst | 26 FIS-based drivers will hook into the system with ``->qc_prep()`` and 61 optional ``->mode_filter()`` hook is called when libata has built a mask of 102 All bmdma-style drivers must implement this hook. This is the low-level 117 :c:func:`ata_sff_exec_command` for this hook. 131 This hook may be specified as NULL, in which case libata will assume 146 :c:func:`ata_sff_check_status` for this hook. 172 this hook. 190 This hook should not be used to replace the standard controller 195 hook instead. 217 :c:func:`bmdma_setup` hook. :c:func:`ata_bmdma_setup` will write the pointer [all …]
|
| D | nvmem.rst | 201 it is possible to associate a custom post processing hook to a cell. It 202 even possible to add this hook to cells not created by the layout itself.
|
| /Documentation/networking/ |
| D | nf_flowtable.rst | 89 hook ingress priority 0; devices = { eth0, eth1 }; 92 type filter hook forward priority 0; policy accept; 98 This example adds the flowtable 'f' to the ingress hook of the eth0 and eth1 176 hook ingress priority 0; devices = { eth0, eth1 }; 193 hook ingress priority 0; devices = { eth0, eth1 };
|
| /Documentation/netlink/specs/ |
| D | nftables.yaml | 288 name: hook 290 nested-attributes: nft-hook-attrs 291 doc: hook specification for basechains 342 name: nft-hook-attrs 359 nested-attributes: hook-dev-attrs 362 name: hook-dev-attrs 735 name: hook 737 nested-attributes: flowtable-hook-attrs 754 name: flowtable-hook-attrs 767 nested-attributes: hook-dev-attrs
|
| /Documentation/admin-guide/ |
| D | video-output.rst | 7 can be used to hook platform specific methods to enable/disable video output
|
| /Documentation/arch/s390/ |
| D | vfio-ap-locking.rst | 97 The PQAP Hook Lock (arch/s390/include/asm/kvm_host.h) 111 The PQAP Hook Lock is a r/w semaphore that controls access to the function
|
| /Documentation/devicetree/bindings/net/ |
| D | marvell-neta-bm.txt | 22 In order to see how to hook the BM to a given ethernet port, please
|
| /Documentation/devicetree/bindings/input/ |
| D | elan,ekth6915.yaml | 39 description: Reset GPIO; not all touchscreens using eKTH6915 hook this up.
|
| /Documentation/maintainer/ |
| D | configure-git.rst | 47 by adding the following hook into your git::
|
| /Documentation/netlabel/ |
| D | cipso_ipv4.rst | 39 LSM hook.
|
| /Documentation/admin-guide/LSM/ |
| D | SafeSetID.rst | 91 even employ the security_task_fix_setuid hook at all. SELinux says of that hook:
|
| /Documentation/gpu/rfc/ |
| D | i915_scheduler.rst | 36 * Resets / cancels hook in DRM scheduler 41 * Execlists backend will minimum required to hook in the DRM scheduler
|
| /Documentation/firmware-guide/acpi/ |
| D | osi.rst | 52 where 'OEM' is needed if this is an OEM-specific hook, 53 and 'my_interface_name' describes the hook, which could be a
|
| /Documentation/spi/ |
| D | spi-lm70llp.rst | 58 the bound "hwmon/lm70" protocol driver through its sysfs hook, using a
|
| /Documentation/netlink/ |
| D | genetlink.yaml | 291 … description: Hook for a function to run before the main callback (pre_doit or start). 294 … description: Hook for a function to run after the main callback (post_doit or done).
|
| /Documentation/scsi/ |
| D | ChangeLog.ips | 60 - Hook into the reboot_notifier to flush the controller
|
| /Documentation/mm/ |
| D | allocation-profiling.rst | 98 - Hook your data structure's init function, like any other allocation function.
|
| /Documentation/driver-api/acpi/ |
| D | scan_handlers.rst | 49 take care of, list_node is the hook to the global list of ACPI scan handlers
|
1234