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