Searched refs:sock_alloc_send_pskb (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1740 skb = sock_alloc_send_pskb(sk, len - data_len, data_len, in unix_dgram_sendmsg() 1939 skb = sock_alloc_send_pskb(sk, size - data_len, data_len, in unix_stream_sendmsg() 2013 newskb = sock_alloc_send_pskb(sk, 0, 0, flags & MSG_DONTWAIT, in unix_stream_sendpage()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 2319 struct sk_buff *sock_alloc_send_pskb(struct sock *sk, unsigned long header_len, in sock_alloc_send_pskb() function 2361 EXPORT_SYMBOL(sock_alloc_send_pskb); 2366 return sock_alloc_send_pskb(sk, size, 0, noblock, errcode, 0); in sock_alloc_send_skb()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tap.c | 603 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tap_alloc_skb()
|
| H A D | tun.c | 1539 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in tun_alloc_skb()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_qcom | 2329 sock_alloc_send_pskb
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sock.h | 1735 struct sk_buff *sock_alloc_send_pskb(struct sock *sk, unsigned long header_len,
|
| /OK3568_Linux_fs/kernel/net/iucv/ |
| H A D | af_iucv.c | 1020 skb = sock_alloc_send_pskb(sk, headroom + linear, len - linear, in iucv_sock_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 2869 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb()
|