Home
last modified time | relevance | path

Searched refs:noblock (Results 1 – 8 of 8) sorted by relevance

/net/x25/
A Dx25_out.c52 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()
A Daf_x25.c1111 int noblock = msg->msg_flags & MSG_DONTWAIT; in x25_sendmsg() local
1179 skb = sock_alloc_send_skb(sk, size, noblock, &rc); in x25_sendmsg()
/net/caif/
A Dcaif_socket.c497 int noblock, long timeo) in transmit_skb() argument
522 int noblock; in caif_seqpkt_sendmsg() local
537 noblock = msg->msg_flags & MSG_DONTWAIT; in caif_seqpkt_sendmsg()
539 timeo = sock_sndtimeo(sk, noblock); in caif_seqpkt_sendmsg()
559 skb = sock_alloc_send_skb(sk, buffer_size, noblock, &ret); in caif_seqpkt_sendmsg()
570 ret = transmit_skb(skb, cf_sk, noblock, timeo); in caif_seqpkt_sendmsg()
/net/llc/
A Daf_llc.c127 static int llc_ui_send_data(struct sock* sk, struct sk_buff *skb, int noblock) in llc_ui_send_data() argument
134 long timeout = sock_sndtimeo(sk, noblock); in llc_ui_send_data()
936 int noblock = flags & MSG_DONTWAIT; in llc_ui_sendmsg() local
970 skb = sock_alloc_send_skb(sk, hh_len + size, noblock, &rc); in llc_ui_sendmsg()
1007 rc = llc_ui_send_data(sk, skb, noblock); in llc_ui_sendmsg()
/net/iucv/
A Daf_iucv.c914 int noblock = msg->msg_flags & MSG_DONTWAIT; in iucv_sock_sendmsg() local
999 noblock, &err, 0); in iucv_sock_sendmsg()
1012 timeo = sock_sndtimeo(sk, noblock); in iucv_sock_sendmsg()
/net/core/
A Dsock.c2951 unsigned long data_len, int noblock, in sock_alloc_send_pskb() argument
2958 timeo = sock_sndtimeo(sk, noblock); in sock_alloc_send_pskb()
/net/unix/
A Daf_unix.c2921 int noblock = state->flags & MSG_DONTWAIT; in unix_stream_read_generic() local
2951 timeo = sock_rcvtimeo(sk, noblock); in unix_stream_read_generic()
/net/packet/
A Daf_packet.c2969 size_t linear, int noblock, in packet_alloc_skb() argument
2980 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb()

Completed in 38 milliseconds