Searched refs:cf_sk (Results 1 – 1 of 1) sorted by relevance
57 static int rx_flow_is_on(struct caifsock *cf_sk) in rx_flow_is_on() argument59 return test_bit(RX_FLOW_ON_BIT, &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() argument64 return test_bit(TX_FLOW_ON_BIT, &cf_sk->flow_state); in tx_flow_is_on()67 static void set_rx_flow_off(struct caifsock *cf_sk) in set_rx_flow_off() argument69 clear_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in set_rx_flow_off()72 static void set_rx_flow_on(struct caifsock *cf_sk) in set_rx_flow_on() argument74 set_bit(RX_FLOW_ON_BIT, &cf_sk->flow_state); in set_rx_flow_on()77 static void set_tx_flow_off(struct caifsock *cf_sk) in set_tx_flow_off() argument79 clear_bit(TX_FLOW_ON_BIT, &cf_sk->flow_state); in set_tx_flow_off()[all …]