Symbol: start_xmit
drivers/net/ethernet/dlink/dl2k.c
65
static netdev_tx_t start_xmit (struct sk_buff *skb, struct net_device *dev);
drivers/net/ethernet/dlink/dl2k.c
92
.ndo_start_xmit = start_xmit,
drivers/net/ethernet/jme.c
1470
ctxbi->start_xmit = 0;
drivers/net/ethernet/jme.c
2152
txbi->start_xmit = jiffies;
drivers/net/ethernet/jme.c
2153
if (!txbi->start_xmit)
drivers/net/ethernet/jme.c
2154
txbi->start_xmit = (0UL-1);
drivers/net/ethernet/jme.c
2180
if (unlikely(txbi->start_xmit &&
drivers/net/ethernet/jme.c
2181
time_is_before_eq_jiffies(txbi->start_xmit + TX_TIMEOUT) &&
drivers/net/ethernet/jme.c
620
txbi->start_xmit = 0;
drivers/net/ethernet/jme.h
357
unsigned long start_xmit;
drivers/net/ethernet/micrel/ks8851.h
423
netdev_tx_t (*start_xmit)(struct sk_buff *skb,
drivers/net/ethernet/micrel/ks8851_common.c
550
return ks->start_xmit(skb, dev);
drivers/net/ethernet/micrel/ks8851_par.c
290
ks->start_xmit = ks8851_start_xmit_par;
drivers/net/ethernet/micrel/ks8851_spi.c
425
ks->start_xmit = ks8851_start_xmit_spi;
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2806
.start_xmit = &qed_ll2_start_xmit,
drivers/net/ppp/ppp_async.c
111
.start_xmit = ppp_async_send,
drivers/net/ppp/ppp_generic.c
1923
if (chan->ops->start_xmit(chan, skb))
drivers/net/ppp/ppp_generic.c
2156
!chan->ops->start_xmit(chan, frag))
drivers/net/ppp/ppp_generic.c
2189
if (!pch->chan->ops->start_xmit(pch->chan, skb)) {
drivers/net/ppp/ppp_generic.c
2310
if (!pchb->chan->ops->start_xmit(pchb->chan, skb))
drivers/net/ppp/ppp_synctty.c
100
.start_xmit = ppp_sync_send,
drivers/net/ppp/pppoe.c
1003
.start_xmit = pppoe_xmit,
drivers/net/ppp/pptp.c
612
.start_xmit = pptp_xmit,
drivers/net/virtio_net.c
6195
.ndo_start_xmit = start_xmit,
drivers/scsi/qedf/qedf_fip.c
157
rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0);
drivers/scsi/qedf/qedf_fip.c
70
rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, flags);
drivers/scsi/qedf/qedf_main.c
1245
rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0);
drivers/scsi/qedi/qedi_iscsi.c
1256
rc = qedi_ops->ll2->start_xmit(cdev, skb, 0);
drivers/tty/ipwireless/network.c
244
.start_xmit = ipwireless_ppp_start_xmit,
include/linux/ppp_channel.h
30
int (*start_xmit)(struct ppp_channel *, struct sk_buff *);
include/linux/qed/qed_ll2_if.h
238
int (*start_xmit)(struct qed_dev *cdev, struct sk_buff *skb,
include/linux/qed/qed_ll2_if.h
273
.start_xmit = NULL,
net/atm/pppoatm.c
385
.start_xmit = pppoatm_send,
net/l2tp/l2tp_ppp.c
127
.start_xmit = pppol2tp_xmit,
net/mac80211/tx.c
6402
goto start_xmit;
net/mac80211/tx.c
6430
start_xmit: