Lines Matching refs:caifsock

46 struct caifsock {
56 static int rx_flow_is_on(struct caifsock *cf_sk)
62 static int tx_flow_is_on(struct caifsock *cf_sk)
68 static void set_rx_flow_off(struct caifsock *cf_sk)
74 static void set_rx_flow_on(struct caifsock *cf_sk)
80 static void set_tx_flow_off(struct caifsock *cf_sk)
86 static void set_tx_flow_on(struct caifsock *cf_sk)
94 struct caifsock *cf_sk;
95 cf_sk = container_of(sk, struct caifsock, sk);
101 struct caifsock *cf_sk;
102 cf_sk = container_of(sk, struct caifsock, sk);
106 static int sk_rcvbuf_lowwater(struct caifsock *cf_sk)
114 struct caifsock *cf_sk;
115 cf_sk = container_of(sk, struct caifsock, sk);
129 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
167 struct caifsock *cf_sk;
170 cf_sk = container_of(layr, struct caifsock, layer);
183 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
189 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
198 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
256 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
464 static long caif_wait_for_flow_on(struct caifsock *cf_sk,
500 static int transmit_skb(struct sk_buff *skb, struct caifsock *cf_sk,
522 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
548 timeo = caif_wait_for_flow_on(container_of(sk, struct caifsock, sk),
598 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
677 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
749 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
902 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
943 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
1014 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
1031 struct caifsock *cf_sk = NULL;
1034 .obj_size = sizeof(struct caifsock),
1035 .useroffset = offsetof(struct caifsock, conn_req.param),
1036 .usersize = sizeof_field(struct caifsock, conn_req.param)
1065 cf_sk = container_of(sk, struct caifsock, sk);