Home
last modified time | relevance | path

Searched refs:l1sock (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/mISDN/
Dstack.c159 if (!hlist_empty(&st->l1sock.head)) { in send_msg_to_layer()
161 send_socklist(&st->l1sock, skb); in send_msg_to_layer()
165 if (!hlist_empty(&st->l1sock.head)) in send_msg_to_layer()
166 send_socklist(&st->l1sock, skb); in send_msg_to_layer()
384 INIT_HLIST_HEAD(&newst->l1sock.head); in create_stack()
385 rwlock_init(&newst->l1sock.lock); in create_stack()
452 write_lock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
453 sk_add_node(&msk->sk, &dev->D.st->l1sock.head); in connect_layer1()
454 write_unlock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
593 write_lock_bh(&ch->st->l1sock.lock); in delete_channel()
[all …]
/linux-4.4.14/include/linux/
DmISDNif.h517 struct mISDN_sock_list l1sock; member