Searched defs:noblock (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/net/ |
D | tap.c | 610 int noblock, int *err) in tap_alloc_skb() 638 struct iov_iter *from, int noblock) in tap_get_user() 781 int noblock = 0; in tap_write_iter() local 850 int noblock, struct sk_buff *skb) in tap_do_read() 902 int noblock = 0; in tap_read_iter() local
|
D | tun.c | 1514 size_t linear, int noblock) in tun_alloc_skb() 1580 int len, int noblock, bool zerocopy) in tun_can_build_skb() 1750 int noblock, bool more) in tun_get_user() 2045 int noblock = 0; in tun_chr_write_iter() local 2182 static void *tun_ring_recv(struct tun_file *tfile, int noblock, int *err) in tun_ring_recv() 2225 int noblock, void *ptr) in tun_do_read() 2266 int noblock = 0; in tun_chr_read_iter() local
|
/linux-6.12.1/net/x25/ |
D | x25_out.c | 52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local
|
D | af_x25.c | 1111 int noblock = msg->msg_flags & MSG_DONTWAIT; in x25_sendmsg() local
|
/linux-6.12.1/net/llc/ |
D | af_llc.c | 127 static int llc_ui_send_data(struct sock* sk, struct sk_buff *skb, int noblock) in llc_ui_send_data() 936 int noblock = flags & MSG_DONTWAIT; in llc_ui_sendmsg() local
|
/linux-6.12.1/net/caif/ |
D | caif_socket.c | 497 int noblock, long timeo) in transmit_skb() 522 int noblock; in caif_seqpkt_sendmsg() local
|
/linux-6.12.1/net/dccp/ |
D | proto.c | 739 const int noblock = flags & MSG_DONTWAIT; in dccp_sendmsg() local
|
/linux-6.12.1/drivers/vhost/ |
D | vsock.c | 892 int noblock = file->f_flags & O_NONBLOCK; in vhost_vsock_chr_read_iter() local
|
D | net.c | 1725 int noblock = file->f_flags & O_NONBLOCK; in vhost_net_chr_read_iter() local
|
D | vhost.c | 1579 int noblock) in vhost_chr_read_iter()
|
/linux-6.12.1/include/net/ |
D | sock.h | 1780 int noblock, int *errcode) in sock_alloc_send_skb() 2522 static inline long sock_rcvtimeo(const struct sock *sk, bool noblock) in sock_rcvtimeo() 2527 static inline long sock_sndtimeo(const struct sock *sk, bool noblock) in sock_sndtimeo()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_io.c | 917 bool noblock; in csk_wait_memory() local
|
/linux-6.12.1/net/iucv/ |
D | af_iucv.c | 913 int noblock = msg->msg_flags & MSG_DONTWAIT; in iucv_sock_sendmsg() local
|
/linux-6.12.1/drivers/md/ |
D | raid5-cache.c | 1919 int noblock) in r5c_recovery_alloc_stripe()
|
/linux-6.12.1/net/unix/ |
D | af_unix.c | 2762 int noblock = flags & MSG_DONTWAIT; in unix_stream_read_generic() local
|
/linux-6.12.1/net/core/ |
D | sock.c | 2860 unsigned long data_len, int noblock, in sock_alloc_send_pskb()
|
/linux-6.12.1/net/packet/ |
D | af_packet.c | 2983 size_t linear, int noblock, in packet_alloc_skb()
|