14 int tso_count_descs(struct sk_buff
*skb
);
15 void tso_build_hdr(struct sk_buff
*skb
, char *hdr
, struct tso_t
*tso
,
16 int size
, bool is_last
);
17 void tso_build_data(struct sk_buff
*skb
, struct tso_t
*tso
, int size
);
18 void tso_start(struct sk_buff
*skb
, struct tso_t
*tso
);