Lines Matching refs:container_of

95 	cf_sk = container_of(sk, struct caifsock, sk);  in caif_read_lock()
102 cf_sk = container_of(sk, struct caifsock, sk); in caif_read_unlock()
115 cf_sk = container_of(sk, struct caifsock, sk); in caif_flow_ctrl()
129 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_queue_rcv_skb()
170 cf_sk = container_of(layr, struct caifsock, layer); in caif_sktrecv_cb()
183 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); in cfsk_hold()
189 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); in cfsk_put()
198 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); in caif_ctrl_cb()
256 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_check_flow_release()
522 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_seqpkt_sendmsg()
547 timeo = caif_wait_for_flow_on(container_of(sk, struct caifsock, sk), in caif_seqpkt_sendmsg()
597 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_stream_sendmsg()
676 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in setsockopt()
748 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_connect()
897 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_release()
938 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_poll()
1011 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_sock_destructor()
1059 cf_sk = container_of(sk, struct caifsock, sk); in caif_create()