Home
last modified time | relevance | path

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

/include/net/iucv/
Daf_iucv.h113 struct iucv_sock { struct
114 struct sock sk;
115 char src_user_id[8];
116 char src_name[8];
117 char dst_user_id[8];
118 char dst_name[8];
119 struct list_head accept_q;
120 spinlock_t accept_q_lock;
121 struct sock *parent;
122 struct iucv_path *path;
[all …]