Searched refs:fd_raw (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/net/ |
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-6.12.1/kernel/bpf/ |
D | bpf_inode_storage.c | 81 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_lookup_elem() 94 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_update_elem() 122 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_delete_elem()
|
/linux-6.12.1/include/linux/ |
D | file.h | 89 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
|
/linux-6.12.1/fs/ |
D | stat.c | 279 CLASS(fd_raw, f)(fd); in vfs_statx_fd() local
|
D | fcntl.c | 398 CLASS(fd_raw, f)(fd); in f_dupfd_query() local
|