Home
last modified time | relevance | path

Searched defs:iucv_sock (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/net/iucv/
Daf_iucv.h108 struct iucv_sock { struct
109 struct sock sk;
110 char src_user_id[8];
111 char src_name[8];
112 char dst_user_id[8];
113 char dst_name[8];
114 struct list_head accept_q;
115 spinlock_t accept_q_lock;
116 struct sock *parent;
117 struct iucv_path *path;
[all …]