░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-6.17-headers-6.17.0-1008/include/linux/io_uring
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: net.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _LINUX_IO_URING_NET_H #define _LINUX_IO_URING_NET_H struct io_uring_cmd; #if defined(CONFIG_IO_URING) int io_uring_cmd_sock(struct io_uring_cmd *cmd, unsigned int issue_flags); #else static inline int io_uring_cmd_sock(struct io_uring_cmd *cmd, unsigned int issue_flags) { return -EOPNOTSUPP; } #endif #endif
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 cmd.h
H
4.5 KB
2025-09-28 21:39
EDIT
📄 net.h
H
378 B
2025-09-28 21:39
EDIT