Home
last modified time | relevance | path

Searched refs:fd_raw (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dip_defrag.c134 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 Dbpf_inode_storage.c79 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()
118 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_delete_elem()
/linux/include/linux/
H A Dfile.h84 DEFINE_CLASS(fd_raw, struct fd, fdput(_T), fdget_raw(fd), int fd)
/linux/security/landlock/
H A Dsyscalls.c334 CLASS(fd_raw, f)(fd); in add_rule_path_beneath()
291 CLASS(fd_raw, f)(fd); get_path_from_fd() local
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c238 CLASS(fd_raw, f)(fd); in sys_oabi_fcntl64() local
/linux/kernel/cgroup/
H A Dcgroup.c6887 CLASS(fd_raw, f)(kargs->cgroup); in cgroup_css_set_fork()
7418 CLASS(fd_raw, f)(fd); in cgroup_v1v2_get_from_fd() local
/linux/fs/
H A Dnamei.c2744 CLASS(fd_raw, f)(nd->dfd); in path_init()