Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/caif/
H A 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 in set_tx_flow_off()
86 set_tx_flow_on(struct caifsock *cf_sk) set_tx_flow_on() argument
94 struct caifsock *cf_sk; caif_read_lock() local
101 struct caifsock *cf_sk; caif_read_unlock() local
106 sk_rcvbuf_lowwater(struct caifsock *cf_sk) sk_rcvbuf_lowwater() argument
114 struct caifsock *cf_sk; caif_flow_ctrl() local
129 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_queue_rcv_skb() local
167 struct caifsock *cf_sk; caif_sktrecv_cb() local
183 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); cfsk_hold() local
189 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); cfsk_put() local
198 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); caif_ctrl_cb() local
256 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_check_flow_release() local
464 caif_wait_for_flow_on(struct caifsock *cf_sk, int wait_writeable, long timeo, int *err) caif_wait_for_flow_on() argument
500 transmit_skb(struct sk_buff *skb, struct caifsock *cf_sk, int noblock, long timeo) transmit_skb() argument
522 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_seqpkt_sendmsg() local
598 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_stream_sendmsg() local
677 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); setsockopt() local
749 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_connect() local
902 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_release() local
943 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_poll() local
1014 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_sock_destructor() local
1031 struct caifsock *cf_sk = NULL; caif_create() local
[all...]
/kernel/linux/linux-6.6/net/caif/
H A Dcaif_socket.c57 static int rx_flow_is_on(struct caifsock *cf_sk) in rx_flow_is_on() argument
59 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() argument
64 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() argument
69 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() argument
74 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() argument
79 clear_bit(TX_FLOW_ON_BIT, &cf_sk in set_tx_flow_off()
82 set_tx_flow_on(struct caifsock *cf_sk) set_tx_flow_on() argument
89 struct caifsock *cf_sk; caif_read_lock() local
96 struct caifsock *cf_sk; caif_read_unlock() local
101 sk_rcvbuf_lowwater(struct caifsock *cf_sk) sk_rcvbuf_lowwater() argument
109 struct caifsock *cf_sk; caif_flow_ctrl() local
124 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_queue_rcv_skb() local
162 struct caifsock *cf_sk; caif_sktrecv_cb() local
178 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); cfsk_hold() local
184 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); cfsk_put() local
193 struct caifsock *cf_sk = container_of(layr, struct caifsock, layer); caif_ctrl_cb() local
251 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_check_flow_release() local
459 caif_wait_for_flow_on(struct caifsock *cf_sk, int wait_writeable, long timeo, int *err) caif_wait_for_flow_on() argument
495 transmit_skb(struct sk_buff *skb, struct caifsock *cf_sk, int noblock, long timeo) transmit_skb() argument
517 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_seqpkt_sendmsg() local
589 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_stream_sendmsg() local
668 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); setsockopt() local
740 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_connect() local
893 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_release() local
934 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_poll() local
1003 struct caifsock *cf_sk = container_of(sk, struct caifsock, sk); caif_sock_destructor() local
1020 struct caifsock *cf_sk = NULL; caif_create() local
[all...]

Completed in 2 milliseconds