Lines Matching refs:l1sock
162 if (!hlist_empty(&st->l1sock.head)) { in send_msg_to_layer()
164 send_socklist(&st->l1sock, skb); in send_msg_to_layer()
168 if (!hlist_empty(&st->l1sock.head)) in send_msg_to_layer()
169 send_socklist(&st->l1sock, skb); in send_msg_to_layer()
387 INIT_HLIST_HEAD(&newst->l1sock.head); in create_stack()
388 rwlock_init(&newst->l1sock.lock); in create_stack()
455 write_lock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
456 sk_add_node(&msk->sk, &dev->D.st->l1sock.head); in connect_layer1()
457 write_unlock_bh(&dev->D.st->l1sock.lock); in connect_layer1()
597 write_lock_bh(&ch->st->l1sock.lock); in delete_channel()
599 write_unlock_bh(&ch->st->l1sock.lock); in delete_channel()
655 if (!hlist_empty(&st->l1sock.head)) in delete_stack()