send_pkt
struct siw_send_pkt send_pkt;
crc = (char *)&c_tx->pkt.send_pkt.crc;
crc = (char *)&c_tx->pkt.send_pkt.crc;
struct htc_packet *send_pkt = NULL;
send_pkt = htc_get_control_buf(target, true);
if (!send_pkt)
(struct htc_setup_comp_ext_msg *)send_pkt->buf;
set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext,
setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf;
set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp,
send_pkt->completion = NULL;
ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0);
status = ath6kl_htc_tx_issue(target, send_pkt);
htc_reclaim_txctrl_buf(target, send_pkt);
.send_pkt = vhost_transport_send_pkt,
int (*send_pkt)(struct sk_buff *skb, struct net *net);
ret = send_pkt(pentry->chan, local_skb, netdev);
err = send_pkt(lowpan_cb(skb)->chan, skb, netdev);
.send_pkt = virtio_transport_send_pkt,
return t->send_pkt(reply, net);
ret = t_ops->send_pkt(skb, info->net);
.send_pkt = vsock_loopback_send_pkt,
send_pkt(fdt, ring, payload_patterns[0]);
send_pkt(fdt, ring, payload_patterns[1]);