Home
last modified time | relevance | path

Searched refs:caifsock (Results 1 – 1 of 1) sorted by relevance

/linux/net/caif/
H A Dcaif_socket.c48 struct caifsock { struct
58 static int rx_flow_is_on(struct caifsock *cf_sk) in rx_flow_is_on() argument
63 static int tx_flow_is_on(struct caifsock *cf_sk) in tx_flow_is_on()
68 static void set_rx_flow_off(struct caifsock *cf_sk) in set_rx_flow_off()
73 static void set_rx_flow_on(struct caifsock *cf_sk) in set_rx_flow_on()
78 static void set_tx_flow_off(struct caifsock *cf_sk) in set_tx_flow_off()
83 static void set_tx_flow_on(struct caifsock *cf_sk) in set_tx_flow_on()
90 struct caifsock *cf_sk; in caif_read_lock()
91 cf_sk = container_of(sk, struct caifsock, sk); in caif_read_lock()
97 struct caifsock *cf_sk; in caif_read_unlock()
[all …]