walnux/net/local
dongjiuzhu1 a12d21e830 fs/file: unify prefix about file_xxx api, like file_open, file_ioctl
old:
fs_getfilep, fs_putfilep, fs_reffilep
new:
file_get, file_put, file_ref

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2025-06-12 18:12:42 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig
local.h Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
local_accept.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
local_bind.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_conn.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
local_connect.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
local_fifo.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
local_listen.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_netpoll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_recvmsg.c net: Split msg_iovlen check in recvmsg into each protocol 2025-01-20 17:12:14 +08:00
local_recvutils.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_release.c local_sock: fix accept use-after-free 2024-10-09 18:16:01 +08:00
local_sendmsg.c fs/file: unify prefix about file_xxx api, like file_open, file_ioctl 2025-06-12 18:12:42 +08:00
local_sendpacket.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_sockif.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00