···311311312312 void (*completion) (struct htc_target *, struct htc_packet *);313313 struct htc_target *context;314314+315315+ /*316316+ * optimization for network-oriented data, the HTC packet317317+ * can pass the network buffer corresponding to the HTC packet318318+ * lower layers may optimized the transfer knowing this is319319+ * a network buffer320320+ */321321+ struct sk_buff *skb;314322};315323316324enum htc_send_full_action {