Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/isdn/mISDN/
Dstack.c151 if (!hlist_empty(&st->l1sock.head)) { in send_msg_to_layer()
153 send_socklist(&st->l1sock, skb); in send_msg_to_layer()
157 if (!hlist_empty(&st->l1sock.head)) in send_msg_to_layer()
158 send_socklist(&st->l1sock, skb); in send_msg_to_layer()
376 INIT_HLIST_HEAD(&newst->l1sock.head); in create_stack()
377 rwlock_init(&newst->l1sock.lock); in create_stack()
444 write_lock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
445 sk_add_node(&msk->sk, &dev->D.st->l1sock.head); in connect_layer1()
446 write_unlock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
586 write_lock_bh(&ch->st->l1sock.lock); in delete_channel()
[all …]
/linux-6.1.9/include/linux/
DmISDNif.h516 struct mISDN_sock_list l1sock; member