Hello all,

I had a question regarding alloc_skb() in arp_send() routine.

The question is:

skb = alloc_skb(sizeof(struct arphdr)+ 2*(dev->addr_len+4)
                                + dev->hard_header_len + 15, GFP_ATOMIC);

What is the significance of 15 bytes in allocating the skbuff for the arp
packet? Since the the size of arp header and hard header are already taken
into account, why do we need the 15 bytes? What is it used for?

Thanks In Advance,
Pramodh


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to