Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 4 of 4) sorted by relevance

/net/iucv/
Daf_iucv.c927 size_t linear; in iucv_sock_sendmsg() local
1007 linear = len; in iucv_sock_sendmsg()
1010 linear = len; in iucv_sock_sendmsg()
1017 linear = PAGE_SIZE - headroom; in iucv_sock_sendmsg()
1020 skb = sock_alloc_send_pskb(sk, headroom + linear, len - linear, in iucv_sock_sendmsg()
1026 skb_put(skb, linear); in iucv_sock_sendmsg()
1028 skb->data_len = len - linear; in iucv_sock_sendmsg()
1129 size_t headroom, linear; in alloc_iucv_recv_skb() local
1135 linear = len; in alloc_iucv_recv_skb()
1138 linear = PAGE_SIZE - headroom; in alloc_iucv_recv_skb()
[all …]
/net/packet/
Daf_packet.c2874 size_t linear, int noblock, in packet_alloc_skb() argument
2880 if (prepad + len < PAGE_SIZE || !linear) in packet_alloc_skb()
2881 linear = len; in packet_alloc_skb()
2883 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb()
2889 skb_put(skb, linear); in packet_alloc_skb()
2890 skb->data_len = len - linear; in packet_alloc_skb()
2891 skb->len += len - linear; in packet_alloc_skb()
2910 int hlen, tlen, linear; in packet_snd() local
2976 linear = __virtio16_to_cpu(vio_le(), vnet_hdr.hdr_len); in packet_snd()
2977 linear = max(linear, min_t(int, len, dev->hard_header_len)); in packet_snd()
[all …]
/net/ipv4/
DKconfig487 BIC-TCP is a sender-side only change that ensures a linear RTT
492 increment ensures linear RTT fairness as well as good
/net/core/
Dskbuff.c2360 bool linear, in spd_fill_page() argument
2366 if (linear) { in spd_fill_page()
2387 struct splice_pipe_desc *spd, bool linear, in __splice_segment() argument
2409 linear, sk)) in __splice_segment()