Home
last modified time | relevance | path

Searched refs:__space (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/ipv6/ila/
H A Dila.h35 u8 __space:4; member
41 u8 __space:4;
/linux-6.15/drivers/thunderbolt/
H A Ddebugfs.c103 #define DEBUGFS_ATTR(__space, __write) \ argument
104 static int __space ## _open(struct inode *inode, struct file *file) \
106 return single_open(file, __space ## _show, inode->i_private); \
109 static const struct file_operations __space ## _fops = { \
111 .open = __space ## _open, \
118 #define DEBUGFS_ATTR_RO(__space) \ argument
119 DEBUGFS_ATTR(__space, NULL)
121 #define DEBUGFS_ATTR_RW(__space) \ argument
122 DEBUGFS_ATTR(__space, __space ## _write)
/linux-6.15/net/ipv4/
H A Dtcp_output.c207 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() argument
212 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window()
/linux-6.15/include/net/
H A Dtcp.h1590 void tcp_select_initial_window(const struct sock *sk, int __space,