Searched refs:cf_sk (Results 1 – 1 of 1) sorted by relevance
58 static int rx_flow_is_on(struct caifsock *cf_sk) in rx_flow_is_on() argument60 return test_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in rx_flow_is_on()63 static int tx_flow_is_on(struct caifsock *cf_sk) in tx_flow_is_on() argument65 return test_bit(TX_FLOW_ON_BIT, &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() argument70 clear_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in set_rx_flow_off()73 static void set_rx_flow_on(struct caifsock *cf_sk) in set_rx_flow_on() argument75 set_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in set_rx_flow_on()78 static void set_tx_flow_off(struct caifsock *cf_sk) in set_tx_flow_off() argument80 clear_bit(TX_FLOW_ON_BIT, &cf_sk->flow_state); in set_tx_flow_off()[all …]