Lines Matching refs:l1sock
159 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()
595 write_unlock_bh(&ch->st->l1sock.lock); in delete_channel()
651 if (!hlist_empty(&st->l1sock.head)) in delete_stack()