Searched refs:__space (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ipv6/ila/ |
D | ila.h | 35 u8 __space:4; member 41 u8 __space:4;
|
/Linux-v6.6/drivers/thunderbolt/ |
D | debugfs.c | 36 #define DEBUGFS_ATTR(__space, __write) \ argument 37 static int __space ## _open(struct inode *inode, struct file *file) \ 39 return single_open(file, __space ## _show, inode->i_private); \ 42 static const struct file_operations __space ## _fops = { \ 44 .open = __space ## _open, \ 51 #define DEBUGFS_ATTR_RO(__space) \ argument 52 DEBUGFS_ATTR(__space, NULL) 54 #define DEBUGFS_ATTR_RW(__space) \ argument 55 DEBUGFS_ATTR(__space, __space ## _write)
|
/Linux-v6.6/net/ipv4/ |
D | tcp_output.c | 205 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() argument 210 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window()
|
/Linux-v6.6/include/net/ |
D | tcp.h | 1430 void tcp_select_initial_window(const struct sock *sk, int __space,
|