Home
last modified time | relevance | path

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

/Linux-v4.19/net/caif/
Dcaif_socket.c56 static int rx_flow_is_on(struct caifsock *cf_sk) in rx_flow_is_on() argument
59 (void *) &cf_sk->flow_state); in rx_flow_is_on()
62 static int tx_flow_is_on(struct caifsock *cf_sk) in tx_flow_is_on() argument
65 (void *) &cf_sk->flow_state); in tx_flow_is_on()
68 static void set_rx_flow_off(struct caifsock *cf_sk) in set_rx_flow_off() argument
71 (void *) &cf_sk->flow_state); in set_rx_flow_off()
74 static void set_rx_flow_on(struct caifsock *cf_sk) in set_rx_flow_on() argument
77 (void *) &cf_sk->flow_state); in set_rx_flow_on()
80 static void set_tx_flow_off(struct caifsock *cf_sk) in set_tx_flow_off() argument
83 (void *) &cf_sk->flow_state); in set_tx_flow_off()
[all …]