void skb_trim (struct sk_buff * skb, unsigned int len);
void skb_trim
buffer to alter
new length
Cut the length of a buffer down by removing data from the tail. If the buffer is already under the length specified it is not modified.