Searched refs:ca_name (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | configfs.h | 116 const char *ca_name; member 125 .ca_name = __stringify(_name), \ 134 .ca_name = __stringify(_name), \ 142 .ca_name = __stringify(_name), \ 162 .ca_name = __stringify(_name), \ 175 .ca_name = __stringify(_name), \ 187 .ca_name = __stringify(_name), \
|
| /Linux-v5.15/fs/configfs/ |
| D | inode.c | 195 return attr->ca_name; in configfs_get_name()
|
| /Linux-v5.15/net/mptcp/ |
| D | sockopt.c | 593 strcpy(msk->ca_name, name); in mptcp_setsockopt_sol_tcp_congestion() 751 tcp_set_congestion_control(ssk, msk->ca_name, false, true); in sync_socket_options()
|
| D | protocol.h | 273 char ca_name[TCP_CA_NAME_MAX]; member
|
| D | protocol.c | 2505 strcpy(mptcp_sk(sk)->ca_name, icsk->icsk_ca_ops->name); in mptcp_init_sock()
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | configfs.rst | 212 char *ca_name; 223 attribute file will appear with the configfs_attribute->ca_name 246 attribute file will appear with the configfs_bin_attribute->cb_attr.ca_name
|
| /Linux-v5.15/drivers/usb/gadget/function/ |
| D | uvc_configfs.c | 26 .ca_name = __stringify(aname), \ 35 .ca_name = __stringify(aname), \
|