Home
last modified time | relevance | path

Searched refs:sock_alloc_send_skb (Results 1 – 24 of 24) sorted by relevance

/linux/net/phonet/
H A Ddatagram.c89 skb = sock_alloc_send_skb(sk, MAX_PHONET_HEADER + len, in pn_sendmsg()
/linux/net/x25/
H A Dx25_out.c67 skbn = sock_alloc_send_skb(sk, frontlen + max_len, in x25_output()
H A Daf_x25.c1179 skb = sock_alloc_send_skb(sk, size, noblock, &rc); in x25_sendmsg()
/linux/net/netrom/
H A Dnr_out.c46 if ((skbn = sock_alloc_send_skb(sk, frontlen + NR_MAX_PACKET_SIZE, 0, &err)) == NULL) { in nr_output()
H A Daf_netrom.c1105 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL) in nr_sendmsg()
/linux/net/caif/
H A Dcaif_socket.c559 skb = sock_alloc_send_skb(sk, buffer_size, noblock, &ret); in caif_seqpkt_sendmsg()
623 skb = sock_alloc_send_skb(sk, in caif_stream_sendmsg()
633 * If you pass two values to the sock_alloc_send_skb in caif_stream_sendmsg()
/linux/net/rose/
H A Daf_rose.c1178 if ((skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, &err)) == NULL) in rose_sendmsg()
1238 if ((skbn = sock_alloc_send_skb(sk, frontlen + ROSE_PACLEN, 0, &err)) == NULL) { in rose_sendmsg()
/linux/net/mctp/
H A Daf_mctp.c252 skb = sock_alloc_send_skb(sk, hlen + 1 + len, in mctp_sendmsg()
/linux/net/xdp/
H A Dxsk.c737 skb = sock_alloc_send_skb(&xs->sk, hr, 1, &err); in xsk_build_skb_zerocopy()
826 skb = sock_alloc_send_skb(&xs->sk, hr + len + tr, 1, &err); in xsk_build_skb()
/linux/net/can/
H A Draw.c956 skb = sock_alloc_send_skb(sk, size, msg->msg_flags & MSG_DONTWAIT, in raw_sendmsg()
H A Disotp.c1015 skb = sock_alloc_send_skb(sk, so->ll.mtu, msg->msg_flags & MSG_DONTWAIT, in isotp_sendmsg()
/linux/net/dccp/
H A Dproto.c
/linux/net/nfc/
H A Dcore.c724 skb = sock_alloc_send_skb(sk, total_size, flags & MSG_DONTWAIT, err); in nfc_alloc_send_skb()
/linux/net/llc/
H A Daf_llc.c970 skb = sock_alloc_send_skb(sk, hh_len + size, noblock, &rc); in llc_ui_sendmsg()
/linux/net/qrtr/
H A Daf_qrtr.c960 skb = sock_alloc_send_skb(sk, plen + QRTR_HDR_MAX_SIZE, in qrtr_sendmsg()
/linux/net/can/j1939/
H A Dsocket.c891 skb = sock_alloc_send_skb(sk, in j1939_sk_alloc_skb()
/linux/net/ipv4/
H A Dip_output.c1127 skb = sock_alloc_send_skb(sk, alloclen, in __ip_append_data()
/linux/net/appletalk/
H A Dddp.c1639 skb = sock_alloc_send_skb(sk, size, (flags & MSG_DONTWAIT), &err); in atalk_sendmsg()
/linux/net/ax25/
H A Daf_ax25.c1611 skb = sock_alloc_send_skb(sk, size, msg->msg_flags&MSG_DONTWAIT, &err); in ax25_sendmsg()
/linux/net/ipv6/
H A Dip6_output.c1663 skb = sock_alloc_send_skb(sk, alloclen, in __ip6_append_data()
/linux/net/iucv/
H A Daf_iucv.c367 skb = sock_alloc_send_skb(sk, blen, 1, &err); in iucv_send_ctrl()
/linux/include/net/
H A Dsock.h1890 static inline struct sk_buff *sock_alloc_send_skb(struct sock *sk, in sock_alloc_send_skb() function
/linux/net/unix/
H A Daf_unix.c2314 skb = sock_alloc_send_skb(sk, 1, msg->msg_flags & MSG_DONTWAIT, &err); in queue_oob()
/linux/net/packet/
H A Daf_packet.c2833 skb = sock_alloc_send_skb(&po->sk, in tpacket_snd()