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()
173 cf_sk = container_of(layr, struct caifsock, layer); in caif_sktrecv_cb()
186 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); in cfsk_hold()
192 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); in cfsk_put()
201 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); in caif_ctrl_cb()
259 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_check_flow_release()
525 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_seqpkt_sendmsg()
550 timeo = caif_wait_for_flow_on(container_of(sk, struct caifsock, sk), in caif_seqpkt_sendmsg()
600 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_stream_sendmsg()
679 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in setsockopt()
751 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_connect()
900 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_release()
941 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_poll()
1014 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); in caif_sock_destructor()
1062 cf_sk = container_of(sk, struct caifsock, sk); in caif_create()