Searched refs:shinfo_size (Results 1 – 2 of 2) sorted by relevance
149 const int shinfo_size = SKB_DATA_ALIGN(sizeof(struct skb_shared_info)); in gso_test_func() local160 skb = build_skb(page_address(page), sizeof(hdr) + tcase->linear_len + shinfo_size); in gso_test_func()197 frag_size + shinfo_size); in gso_test_func()
768 int tailroom, shinfo_size; in page_to_skb() local786 shinfo_size = SKB_DATA_ALIGN(sizeof(struct skb_shared_info)); in page_to_skb()788 if (!NET_IP_ALIGN && len > GOOD_COPY_LEN && tailroom >= shinfo_size) { in page_to_skb()