Searched defs:tgt (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dskbuff.c2377 * @tgt: buffer into which tail data gets added
2382 * the length of the skb, from skb to tgt. Returns number bytes shifted.
2385 * If @tgt runs out of frags, the whole operation is aborted.
2387 * Skb cannot include anything else but paged data while tgt is allowed
2393 int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen) argument
2403 to = skb_shinfo(tgt)->nr_frags;
2410 !skb_can_coalesce(tgt, to, skb_frag_page(fragfrom),
2419 skb_prepare_for_shift(tgt))
2424 fragto = &skb_shinfo(tgt)->frags[merge];
2441 if (skb_prepare_for_shift(skb) || skb_prepare_for_shift(tgt))
[all...]

Completed in 29 milliseconds