Home
last modified time | relevance | path

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

/Linux-v6.6/net/caif/
Dcaif_socket.c47 struct caifsock { struct
57 static int rx_flow_is_on(struct caifsock *cf_sk) in rx_flow_is_on() argument
62 static int tx_flow_is_on(struct caifsock *cf_sk) in tx_flow_is_on()
67 static void set_rx_flow_off(struct caifsock *cf_sk) in set_rx_flow_off()
72 static void set_rx_flow_on(struct caifsock *cf_sk) in set_rx_flow_on()
77 static void set_tx_flow_off(struct caifsock *cf_sk) in set_tx_flow_off()
82 static void set_tx_flow_on(struct caifsock *cf_sk) in set_tx_flow_on()
89 struct caifsock *cf_sk; in caif_read_lock()
90 cf_sk = container_of(sk, struct caifsock, sk); in caif_read_lock()
96 struct caifsock *cf_sk; in caif_read_unlock()
[all …]