SKB_TRUESIZE     1149 drivers/net/usb/aqc111.c 		new_skb->truesize = SKB_TRUESIZE(new_skb->len);
SKB_TRUESIZE     2553 include/net/sock.h #define _SK_MEM_OVERHEAD	SKB_TRUESIZE(256)
SKB_TRUESIZE       30 net/atm/atm_misc.c 	int guess = SKB_TRUESIZE(pdu_size);
SKB_TRUESIZE     5669 net/core/dev.c 	skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
SKB_TRUESIZE     1994 net/core/neighbour.c 			NEIGH_VAR(parms, QUEUE_LEN_BYTES) / SKB_TRUESIZE(ETH_FRAME_LEN)) ||
SKB_TRUESIZE     2246 net/core/neighbour.c 					      SKB_TRUESIZE(ETH_FRAME_LEN));
SKB_TRUESIZE     3376 net/core/neighbour.c static int unres_qlen_max = INT_MAX / SKB_TRUESIZE(ETH_FRAME_LEN);
SKB_TRUESIZE     3388 net/core/neighbour.c 	size = *(int *)ctl->data / SKB_TRUESIZE(ETH_FRAME_LEN);
SKB_TRUESIZE     3392 net/core/neighbour.c 		*(int *)ctl->data = size * SKB_TRUESIZE(ETH_FRAME_LEN);
SKB_TRUESIZE      226 net/core/skbuff.c 	skb->truesize = SKB_TRUESIZE(size);
SKB_TRUESIZE      270 net/core/skbuff.c 	skb->truesize = SKB_TRUESIZE(size);
SKB_TRUESIZE     4025 net/core/skbuff.c 				 SKB_TRUESIZE(skb_end_offset(skb));
SKB_TRUESIZE     5075 net/core/skbuff.c 		delta = from->truesize - SKB_TRUESIZE(skb_end_offset(from));
SKB_TRUESIZE     5970 net/core/skbuff.c 	skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
SKB_TRUESIZE     2122 net/core/sock.c 	if (atomic_read(&sk->sk_omem_alloc) + SKB_TRUESIZE(size) >
SKB_TRUESIZE     1216 net/ipv4/icmp.c 		sk->sk_sndbuf =	2 * SKB_TRUESIZE(64 * 1024);
SKB_TRUESIZE      870 net/ipv4/tcp.c 			skb->truesize = SKB_TRUESIZE(skb_end_offset(skb));
SKB_TRUESIZE      645 net/ipv4/tcp_input.c 		rcvmem = SKB_TRUESIZE(tp->advmss + MAX_TCP_HEADER);
SKB_TRUESIZE      939 net/ipv4/tcp_output.c 	if (refcount_read(&sk->sk_wmem_alloc) >= SKB_TRUESIZE(1) && this_cpu_ksoftirqd() == current)
SKB_TRUESIZE     1086 net/ipv4/tcp_output.c 	skb->ooo_okay = sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1);
SKB_TRUESIZE     1326 net/ipv4/tcp_output.c 	limit = sk->sk_sndbuf + 2 * SKB_TRUESIZE(GSO_MAX_SIZE);
SKB_TRUESIZE      190 net/ipv4/tcp_rate.c 	    sk_wmem_alloc_get(sk) < SKB_TRUESIZE(1) &&
SKB_TRUESIZE     1005 net/ipv6/icmp.c 		sk->sk_sndbuf = 2 * SKB_TRUESIZE(64 * 1024);
SKB_TRUESIZE     1861 net/iucv/af_iucv.c 	len += SKB_TRUESIZE(iucv_msg_length(msg));
SKB_TRUESIZE     1423 net/sctp/protocol.c 	sysctl_sctp_rmem[1] = 1500 * SKB_TRUESIZE(1);
SKB_TRUESIZE       43 net/tipc/socket.h #define FLOWCTL_MSG_LIM ((FLOWCTL_MSG_WIN * 2 + 1) * SKB_TRUESIZE(MAX_MSG_SIZE))