| /linux/drivers/net/ |
| H A D | tap.c | 545 int noblock, int *err) in tap_alloc_skb() argument 555 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tap_alloc_skb() 573 struct iov_iter *from, int noblock) in tap_get_user() argument 623 linear, noblock, &err); in tap_get_user() 695 int noblock = 0; in tap_write_iter() local 698 noblock = 1; in tap_write_iter() 700 return tap_get_user(q, NULL, from, noblock); in tap_write_iter() 758 int noblock, struct sk_buff *skb) in tap_do_read() argument 772 if (!noblock) in tap_do_read() 780 if (noblock) { in tap_do_read() [all …]
|
| H A D | tun.c | 1482 size_t linear, int noblock) in tun_rx_batched() 1494 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tun_rx_batched() 1548 int len, int noblock, bool zerocopy) in __tun_build_skb() 1556 if (!noblock) in __tun_build_skb() 1728 int noblock, bool more) in tun_get_user() 1798 if (!frags && tun_can_build_skb(tun, tfile, len, noblock, zerocopy)) { in tun_get_user() 1828 noblock); in tun_get_user() 2024 int noblock = 0; in tun_put_user_xdp() 2030 noblock = 1; in tun_put_user_xdp() 2032 result = tun_get_user(tun, tfile, NULL, from, noblock, fals in tun_put_user_xdp() 1451 tun_alloc_skb(struct tun_file * tfile,size_t prepad,size_t len,size_t linear,int noblock) tun_alloc_skb() argument 1517 tun_can_build_skb(struct tun_struct * tun,struct tun_file * tfile,int len,int noblock,bool zerocopy) tun_can_build_skb() argument 1697 tun_get_user(struct tun_struct * tun,struct tun_file * tfile,void * msg_control,struct iov_iter * from,int noblock,bool more) tun_get_user() argument 1993 int noblock = 0; tun_chr_write_iter() local 2118 tun_ring_recv(struct tun_file * tfile,int noblock,int * err) tun_ring_recv() argument 2161 tun_do_read(struct tun_struct * tun,struct tun_file * tfile,struct iov_iter * to,int noblock,void * ptr) tun_do_read() argument 2202 int noblock = 0; tun_chr_read_iter() local [all...] |
| /linux/net/x25/ |
| H A D | x25_out.c | 52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local 68 noblock, &err); in x25_output() 71 if (err == -EWOULDBLOCK && noblock){ in x25_output()
|
| H A D | af_x25.c | 1107 int noblock = msg->msg_flags & MSG_DONTWAIT; in x25_sendmsg() 1175 skb = sock_alloc_send_skb(sk, size, noblock, &rc); in x25_sendmsg() 1111 int noblock = msg->msg_flags & MSG_DONTWAIT; x25_sendmsg() local
|
| /linux/net/llc/ |
| H A D | af_llc.c | 115 * @noblock: can we block waiting for data? 122 static int llc_ui_send_data(struct sock* sk, struct sk_buff *skb, int noblock) 129 long timeout = sock_sndtimeo(sk, noblock); in llc_ui_send_data() 933 int noblock = flags & MSG_DONTWAIT; in llc_ui_sendmsg() 967 skb = sock_alloc_send_skb(sk, hh_len + size, noblock, &rc); in llc_ui_sendmsg() 1004 rc = llc_ui_send_data(sk, skb, noblock); in llc_ui_sendmsg() 127 llc_ui_send_data(struct sock * sk,struct sk_buff * skb,int noblock) llc_ui_send_data() argument 936 int noblock = flags & MSG_DONTWAIT; llc_ui_sendmsg() local
|
| /linux/include/net/ |
| H A D | sock.h | 1900 unsigned long data_len, int noblock, 1905 int noblock, int *errcode) 1907 return sock_alloc_send_pskb(sk, size, 0, noblock, errcode, 0); in sock_replace_proto() 2739 static inline long sock_rcvtimeo(const struct sock *sk, bool noblock) 2741 return noblock ? 0 : READ_ONCE(sk->sk_rcvtimeo); 2744 static inline long sock_sndtimeo(const struct sock *sk, bool noblock) 2746 return noblock ? 0 : READ_ONCE(sk->sk_sndtimeo); 1895 sock_alloc_send_skb(struct sock * sk,unsigned long size,int noblock,int * errcode) sock_alloc_send_skb() argument 2715 sock_rcvtimeo(const struct sock * sk,bool noblock) sock_rcvtimeo() argument 2720 sock_sndtimeo(const struct sock * sk,bool noblock) sock_sndtimeo() argument
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/drivers/vhost/ |
| H A D | vhost.h | 277 int noblock);
|
| H A D | vhost.c | 1755 int noblock) in vhost_chr_read_iter() 1766 if (!noblock) in vhost_chr_read_iter() 1773 if (noblock) { in vhost_chr_read_iter() 1789 if (!noblock) in vhost_chr_read_iter() 1752 vhost_chr_read_iter(struct vhost_dev * dev,struct iov_iter * to,int noblock) vhost_chr_read_iter() argument
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 917 int noblock = msg->msg_flags & MSG_DONTWAIT; in iucv_sock_sendmsg() 1002 noblock, &err, 0); in iucv_sock_sendmsg() 1015 timeo = sock_sndtimeo(sk, noblock); in iucv_sock_sendmsg() 916 int noblock = msg->msg_flags & MSG_DONTWAIT; iucv_sock_sendmsg() local
|
| /linux/net/unix/ |
| H A D | af_unix.c | 2909 int noblock = state->flags & MSG_DONTWAIT; in unix_stream_read_skb() 2938 timeo = sock_rcvtimeo(sk, noblock); in unix_stream_read_generic() 2914 int noblock = state->flags & MSG_DONTWAIT; unix_stream_read_generic() local
|
| /linux/net/core/ |
| H A D | sock.c | 2981 unsigned long data_len, int noblock, in sock_alloc_send_pskb() 2988 timeo = sock_sndtimeo(sk, noblock); in sock_alloc_send_pskb() 2973 sock_alloc_send_pskb(struct sock * sk,unsigned long header_len,unsigned long data_len,int noblock,int * errcode,int max_page_order) sock_alloc_send_pskb() argument
|
| /linux/net/packet/ |
| H A D | af_packet.c | 2921 size_t linear, int noblock, in packet_alloc_skb() argument 2932 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb()
|