| /linux/tools/testing/selftests/net/ |
| H A D | ip_defrag.c | 134 static void send_fragment(int fd_raw, struct sockaddr *addr, socklen_t alen, in send_fragment() argument 194 res = sendto(fd_raw, ip_frame, frag_len, 0, addr, alen); in send_fragment() 203 static void send_udp_frags(int fd_raw, struct sockaddr *addr, in send_udp_frags() argument 248 send_fragment(fd_raw, addr, alen, offset, ipv6); in send_udp_frags() 259 send_fragment(fd_raw, addr, alen, offset, ipv6); in send_udp_frags() 264 send_fragment(fd_raw, addr, alen, offset, ipv6); in send_udp_frags() 269 send_fragment(fd_raw, addr, alen, offset, ipv6); in send_udp_frags() 278 send_fragment(fd_raw, addr, alen, offset, ipv6); in send_udp_frags() 281 send_fragment(fd_raw, addr, alen, offset, ipv6); in send_udp_frags() 315 res = sendto(fd_raw, ip_frame, frag_len, 0, addr, alen); in send_udp_frags() [all …]
|
| /linux/kernel/bpf/ |
| H A D | bpf_inode_storage.c | 79 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_lookup_elem() 92 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_update_elem() 120 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_delete_elem()
|
| /linux/include/linux/ |
| H A D | file.h | 84 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
|
| /linux/fs/ |
| H A D | fcntl.c | 398 CLASS(fd_raw, f)(fd); in f_dupfd_query() local 576 CLASS(fd_raw, f)(fd); in SYSCALL_DEFINE3() local 599 CLASS(fd_raw, f)(fd); in SYSCALL_DEFINE3() local 733 CLASS(fd_raw, f)(fd); in do_compat_fcntl64() local
|
| H A D | stat.c | 278 CLASS(fd_raw, f)(fd); in vfs_fstat() local 320 CLASS(fd_raw, f)(fd); in vfs_statx_fd() local
|
| H A D | statfs.c | 117 CLASS(fd_raw, f)(fd); in fd_statfs() local
|
| H A D | open.c | 583 CLASS(fd_raw, f)(fd); in SYSCALL_DEFINE1() local
|
| H A D | namespace.c | 4458 CLASS(fd_raw, f_to)(to_dfd); in SYSCALL_DEFINE5() local 4484 CLASS(fd_raw, f_from)(from_dfd); in SYSCALL_DEFINE5() local
|
| H A D | namei.c | 2607 CLASS(fd_raw, f)(nd->dfd); in path_init()
|
| /linux/security/landlock/ |
| H A D | syscalls.c | 291 CLASS(fd_raw, f)(fd); in get_path_from_fd() local
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 238 CLASS(fd_raw, f)(fd); in sys_oabi_fcntl64() local
|
| /linux/fs/quota/ |
| H A D | quota.c | 979 CLASS(fd_raw, f)(fd); in SYSCALL_DEFINE4() local
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 6716 CLASS(fd_raw, f)(kargs->cgroup); in cgroup_css_set_fork() 7190 CLASS(fd_raw, f)(fd); in cgroup_v1v2_get_from_fd() local
|