Searched refs:prepad (Results 1 - 1 of 1) sorted by relevance

/net/packet/
H A Daf_packet.c2363 static struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad, argument
2371 if (prepad + len < PAGE_SIZE || !linear)
2374 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,

Completed in 9 milliseconds