caifsock           56 net/caif/caif_socket.c static int rx_flow_is_on(struct caifsock *cf_sk)
caifsock           62 net/caif/caif_socket.c static int tx_flow_is_on(struct caifsock *cf_sk)
caifsock           68 net/caif/caif_socket.c static void set_rx_flow_off(struct caifsock *cf_sk)
caifsock           74 net/caif/caif_socket.c static void set_rx_flow_on(struct caifsock *cf_sk)
caifsock           80 net/caif/caif_socket.c static void set_tx_flow_off(struct caifsock *cf_sk)
caifsock           86 net/caif/caif_socket.c static void set_tx_flow_on(struct caifsock *cf_sk)
caifsock           94 net/caif/caif_socket.c 	struct caifsock *cf_sk;
caifsock           95 net/caif/caif_socket.c 	cf_sk = container_of(sk, struct caifsock, sk);
caifsock          101 net/caif/caif_socket.c 	struct caifsock *cf_sk;
caifsock          102 net/caif/caif_socket.c 	cf_sk = container_of(sk, struct caifsock, sk);
caifsock          106 net/caif/caif_socket.c static int sk_rcvbuf_lowwater(struct caifsock *cf_sk)
caifsock          114 net/caif/caif_socket.c 	struct caifsock *cf_sk;
caifsock          115 net/caif/caif_socket.c 	cf_sk = container_of(sk, struct caifsock, sk);
caifsock          129 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          167 net/caif/caif_socket.c 	struct caifsock *cf_sk;
caifsock          170 net/caif/caif_socket.c 	cf_sk = container_of(layr, struct caifsock, layer);
caifsock          183 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
caifsock          189 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
caifsock          198 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(layr, struct caifsock, layer);
caifsock          256 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          464 net/caif/caif_socket.c static long caif_wait_for_flow_on(struct caifsock *cf_sk,
caifsock          500 net/caif/caif_socket.c static int transmit_skb(struct sk_buff *skb, struct caifsock *cf_sk,
caifsock          522 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          547 net/caif/caif_socket.c 	timeo = caif_wait_for_flow_on(container_of(sk, struct caifsock, sk),
caifsock          597 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          676 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          748 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          901 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock          942 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock         1015 net/caif/caif_socket.c 	struct caifsock *cf_sk = container_of(sk, struct caifsock, sk);
caifsock         1031 net/caif/caif_socket.c 	struct caifsock *cf_sk = NULL;
caifsock         1034 net/caif/caif_socket.c 		.obj_size = sizeof(struct caifsock),
caifsock         1035 net/caif/caif_socket.c 		.useroffset = offsetof(struct caifsock, conn_req.param),
caifsock         1036 net/caif/caif_socket.c 		.usersize = sizeof_field(struct caifsock, conn_req.param)
caifsock         1065 net/caif/caif_socket.c 	cf_sk = container_of(sk, struct caifsock, sk);