Lines Matching refs:caifsock
47 struct caifsock {
57 static int rx_flow_is_on(struct caifsock *cf_sk)
62 static int tx_flow_is_on(struct caifsock *cf_sk)
67 static void set_rx_flow_off(struct caifsock *cf_sk)
72 static void set_rx_flow_on(struct caifsock *cf_sk)
77 static void set_tx_flow_off(struct caifsock *cf_sk)
82 static void set_tx_flow_on(struct caifsock *cf_sk)
89 struct caifsock *cf_sk;
90 cf_sk = container_of(sk, struct caifsock, sk);
96 struct caifsock *cf_sk;
97 cf_sk = container_of(sk, struct caifsock, sk);
101 static int sk_rcvbuf_lowwater(struct caifsock *cf_sk)
109 struct caifsock *cf_sk;
110 cf_sk = container_of(sk, struct caifsock, sk);
124 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
162 struct caifsock *cf_sk;
165 cf_sk = container_of(layr, struct caifsock, layer);
178 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
184 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
193 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
251 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
459 static long caif_wait_for_flow_on(struct caifsock *cf_sk,
495 static int transmit_skb(struct sk_buff *skb, struct caifsock *cf_sk,
517 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
539 timeo = caif_wait_for_flow_on(container_of(sk, struct caifsock, sk),
589 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
668 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
740 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
893 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
934 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
1003 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
1020 struct caifsock *cf_sk = NULL;
1023 .obj_size = sizeof(struct caifsock),
1024 .useroffset = offsetof(struct caifsock, conn_req.param),
1025 .usersize = sizeof_field(struct caifsock, conn_req.param)
1054 cf_sk = container_of(sk, struct caifsock, sk);