| /linux-4.1.27/drivers/net/wireless/hostap/ | 
| D | hostap_80211.h | 89 netdev_tx_t hostap_data_start_xmit(struct sk_buff *skb, 91 netdev_tx_t hostap_mgmt_start_xmit(struct sk_buff *skb, 93 netdev_tx_t hostap_master_start_xmit(struct sk_buff *skb,
  | 
| D | hostap_80211_tx.c | 60 netdev_tx_t hostap_data_start_xmit(struct sk_buff *skb,  in hostap_data_start_xmit() 268 netdev_tx_t hostap_mgmt_start_xmit(struct sk_buff *skb,  in hostap_mgmt_start_xmit() 381 netdev_tx_t hostap_master_start_xmit(struct sk_buff *skb,  in hostap_master_start_xmit() 386 	netdev_tx_t ret = NETDEV_TX_BUSY;  in hostap_master_start_xmit()
  | 
| /linux-4.1.27/include/linux/ | 
| D | hdlc.h | 31 	netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev); 44 	netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev); 99 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| D | arcdevice.h | 337 netdev_tx_t arcnet_send_packet(struct sk_buff *skb,
  | 
| D | netdevice.h | 110 typedef enum netdev_tx netdev_tx_t;  typedef 1050 	netdev_tx_t		(*ndo_start_xmit) (struct sk_buff *skb, 1199 	netdev_tx_t		(*ndo_dfwd_start_xmit) (struct sk_buff *skb, 3605 static inline netdev_tx_t __netdev_start_xmit(const struct net_device_ops *ops,  in __netdev_start_xmit() 3613 static inline netdev_tx_t netdev_start_xmit(struct sk_buff *skb, struct net_device *dev,  in netdev_start_xmit()
  | 
| /linux-4.1.27/net/mac802154/ | 
| D | tx.c | 80 static netdev_tx_t 123 netdev_tx_t 133 netdev_tx_t
  | 
| D | ieee802154_i.h | 132 netdev_tx_t 134 netdev_tx_t
  | 
| /linux-4.1.27/net/dsa/ | 
| D | dsa_priv.h | 18 	netdev_tx_t (*xmit)(struct sk_buff *skb, struct net_device *dev); 29 	netdev_tx_t		(*xmit)(struct sk_buff *skb,
  | 
| D | tag_brcm.c | 61 static netdev_tx_t brcm_tag_xmit(struct sk_buff *skb, struct net_device *dev)  in brcm_tag_xmit()
  | 
| D | tag_trailer.c | 16 static netdev_tx_t trailer_xmit(struct sk_buff *skb, struct net_device *dev)  in trailer_xmit()
  | 
| D | tag_dsa.c | 18 static netdev_tx_t dsa_xmit(struct sk_buff *skb, struct net_device *dev)  in dsa_xmit()
  | 
| D | tag_edsa.c | 19 static netdev_tx_t edsa_xmit(struct sk_buff *skb, struct net_device *dev)  in edsa_xmit()
  | 
| D | slave.c | 397 static netdev_tx_t dsa_slave_xmit(struct sk_buff *skb, struct net_device *dev)  in dsa_slave_xmit() 404 static netdev_tx_t dsa_slave_notag_xmit(struct sk_buff *skb,  in dsa_slave_notag_xmit()
  | 
| /linux-4.1.27/net/ax25/ | 
| D | ax25_ip.c | 103 netdev_tx_t ax25_ip_xmit(struct sk_buff *skb)  in ax25_ip_xmit() 225 netdev_tx_t ax25_ip_xmit(struct sk_buff *skb)  in ax25_ip_xmit()
  | 
| /linux-4.1.27/drivers/net/wireless/libertas/ | 
| D | tx.c | 64 netdev_tx_t lbs_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)  in lbs_hard_start_xmit() 71 	netdev_tx_t ret = NETDEV_TX_OK;  in lbs_hard_start_xmit()
  | 
| D | decl.h | 37 netdev_tx_t lbs_hard_start_xmit(struct sk_buff *skb,
  | 
| /linux-4.1.27/net/irda/irlan/ | 
| D | irlan_eth.c | 45 static netdev_tx_t  irlan_eth_xmit(struct sk_buff *skb, 161 static netdev_tx_t irlan_eth_xmit(struct sk_buff *skb,  in irlan_eth_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/8390/ | 
| D | 8390.h | 36 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev); 54 netdev_tx_t eip_start_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| D | 8390.c | 20 netdev_tx_t ei_start_xmit(struct sk_buff *skb, struct net_device *dev)  in ei_start_xmit()
  | 
| D | 8390p.c | 25 netdev_tx_t eip_start_xmit(struct sk_buff *skb, struct net_device *dev)  in eip_start_xmit()
  | 
| D | axnet_cs.c | 82 static netdev_tx_t axnet_start_xmit(struct sk_buff *skb, 953 static netdev_tx_t axnet_start_xmit(struct sk_buff *skb,  in axnet_start_xmit()
  | 
| D | lib8390.c | 300 static netdev_tx_t __ei_start_xmit(struct sk_buff *skb,  in __ei_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/sfc/ | 
| D | efx.h | 26 netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb, 28 netdev_tx_t efx_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb);
  | 
| D | tx.c | 333 netdev_tx_t efx_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb)  in efx_enqueue_skb() 527 netdev_tx_t efx_hard_start_xmit(struct sk_buff *skb,  in efx_hard_start_xmit()
  | 
| D | selftest.c | 403 	netdev_tx_t rc;  in efx_begin_loopback()
  | 
| /linux-4.1.27/drivers/net/wireless/prism54/ | 
| D | islpci_eth.h | 66 netdev_tx_t islpci_eth_transmit(struct sk_buff *, struct net_device *);
  | 
| D | islpci_eth.c | 75 netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ | 
| D | sge.h | 80 netdev_tx_t t1_start_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| /linux-4.1.27/net/ieee802154/6lowpan/ | 
| D | 6lowpan_i.h | 70 netdev_tx_t lowpan_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| D | tx.c | 233 netdev_tx_t lowpan_xmit(struct sk_buff *skb, struct net_device *dev)  in lowpan_xmit() 264 		netdev_tx_t rc;  in lowpan_xmit()
  | 
| /linux-4.1.27/drivers/net/appletalk/ | 
| D | ipddp.c | 52 static netdev_tx_t ipddp_xmit(struct sk_buff *skb, 118 static netdev_tx_t ipddp_xmit(struct sk_buff *skb, struct net_device *dev)  in ipddp_xmit()
  | 
| D | cops.c | 193 static netdev_tx_t  cops_send_packet (struct sk_buff *skb, 873 static netdev_tx_t cops_send_packet(struct sk_buff *skb,  in cops_send_packet()
  | 
| D | ltpc.c | 698 static netdev_tx_t ltpc_xmit(struct sk_buff *skb, struct net_device *dev); 896 static netdev_tx_t ltpc_xmit(struct sk_buff *skb, struct net_device *dev)  in ltpc_xmit()
  | 
| /linux-4.1.27/drivers/net/ | 
| D | ifb.c | 59 static netdev_tx_t ifb_xmit(struct sk_buff *skb, struct net_device *dev); 193 static netdev_tx_t ifb_xmit(struct sk_buff *skb, struct net_device *dev)  in ifb_xmit()
  | 
| D | loopback.c | 71 static netdev_tx_t loopback_xmit(struct sk_buff *skb,  in loopback_xmit()
  | 
| D | nlmon.c | 15 static netdev_tx_t nlmon_xmit(struct sk_buff *skb, struct net_device *dev)  in nlmon_xmit()
  | 
| D | dummy.c | 79 static netdev_tx_t dummy_xmit(struct sk_buff *skb, struct net_device *dev)  in dummy_xmit()
  | 
| D | eql.c | 135 static netdev_tx_t eql_slave_xmit(struct sk_buff *skb, struct net_device *dev); 333 static netdev_tx_t eql_slave_xmit(struct sk_buff *skb, struct net_device *dev)  in eql_slave_xmit()
  | 
| D | ntb_netdev.c | 157 static netdev_tx_t ntb_netdev_start_xmit(struct sk_buff *skb,  in ntb_netdev_start_xmit()
  | 
| D | veth.c | 108 static netdev_tx_t veth_xmit(struct sk_buff *skb, struct net_device *dev)  in veth_xmit()
  | 
| D | sb1000.c | 86 static netdev_tx_t sb1000_start_xmit(struct sk_buff *skb, 1080 static netdev_tx_t
  | 
| D | macvlan.c | 498 static inline netdev_tx_t macvlan_netpoll_send_skb(struct macvlan_dev *vlan, struct sk_buff *skb)  in macvlan_netpoll_send_skb() 509 static netdev_tx_t macvlan_start_xmit(struct sk_buff *skb,  in macvlan_start_xmit()
  | 
| /linux-4.1.27/net/rose/ | 
| D | rose_dev.c | 100 static netdev_tx_t rose_xmit(struct sk_buff *skb, struct net_device *dev)  in rose_xmit()
  | 
| /linux-4.1.27/drivers/net/can/ | 
| D | vcan.c | 84 static netdev_tx_t vcan_tx(struct sk_buff *skb, struct net_device *dev)  in vcan_tx()
  | 
| D | grcan.c | 1285 				  netdev_tx_t *netdev_tx_status)  in grcan_txbug_workaround() 1351 static netdev_tx_t grcan_start_xmit(struct sk_buff *skb,  in grcan_start_xmit() 1438 			netdev_tx_t txstatus;  in grcan_start_xmit()
  | 
| D | slcan.c | 353 static netdev_tx_t slc_xmit(struct sk_buff *skb, struct net_device *dev)  in slc_xmit()
  | 
| D | rcar_can.c | 586 static netdev_tx_t rcar_can_start_xmit(struct sk_buff *skb,  in rcar_can_start_xmit()
  | 
| D | ti_hecc.c | 485 static netdev_tx_t ti_hecc_xmit(struct sk_buff *skb, struct net_device *ndev)  in ti_hecc_xmit()
  | 
| D | at91_can.c | 474 static netdev_tx_t at91_start_xmit(struct sk_buff *skb, struct net_device *dev)  in at91_start_xmit()
  | 
| /linux-4.1.27/drivers/net/wan/ | 
| D | hdlc_raw_eth.c | 28 static netdev_tx_t eth_tx(struct sk_buff *skb, struct net_device *dev)  in eth_tx()
  | 
| D | hdlc_x25.c | 90 static netdev_tx_t x25_xmit(struct sk_buff *skb, struct net_device *dev)  in x25_xmit()
  | 
| D | z85230.h | 409 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb);
  | 
| D | hostess_sv11.c | 162 static netdev_tx_t hostess_queue_xmit(struct sk_buff *skb,  in hostess_queue_xmit()
  | 
| D | hdlc.c | 71 netdev_tx_t hdlc_start_xmit(struct sk_buff *skb, struct net_device *dev)  in hdlc_start_xmit()
  | 
| D | sealevel.c | 160 static netdev_tx_t sealevel_queue_xmit(struct sk_buff *skb,  in sealevel_queue_xmit()
  | 
| D | lapbether.c | 152 static netdev_tx_t lapbeth_xmit(struct sk_buff *skb,  in lapbeth_xmit()
  | 
| D | sbni.c | 119 static netdev_tx_t sbni_start_xmit(struct sk_buff *, 441 static netdev_tx_t 469 static netdev_tx_t
  | 
| D | dlci.c | 191 static netdev_tx_t dlci_transmit(struct sk_buff *skb, struct net_device *dev)  in dlci_transmit()
  | 
| D | x25_asy.c | 303 static netdev_tx_t x25_asy_xmit(struct sk_buff *skb,  in x25_asy_xmit()
  | 
| D | hd64572.c | 565 static netdev_tx_t sca_xmit(struct sk_buff *skb, struct net_device *dev)  in sca_xmit()
  | 
| D | wanxl.c | 273 static netdev_tx_t wanxl_xmit(struct sk_buff *skb, struct net_device *dev)  in wanxl_xmit()
  | 
| D | dscc4.c | 366 static netdev_tx_t dscc4_start_xmit(struct sk_buff *, 1148 static netdev_tx_t dscc4_start_xmit(struct sk_buff *skb,  in dscc4_start_xmit()
  | 
| D | hd64570.c | 620 static netdev_tx_t sca_xmit(struct sk_buff *skb, struct net_device *dev)  in sca_xmit()
  | 
| D | cosa.c | 285 static netdev_tx_t cosa_net_tx(struct sk_buff *skb, struct net_device *d); 674 static netdev_tx_t cosa_net_tx(struct sk_buff *skb,  in cosa_net_tx()
  | 
| D | z85230.c | 1731 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb)  in z8530_queue_xmit()
  | 
| /linux-4.1.27/net/netrom/ | 
| D | nr_dev.c | 142 static netdev_tx_t nr_xmit(struct sk_buff *skb, struct net_device *dev)  in nr_xmit()
  | 
| /linux-4.1.27/drivers/net/wireless/ipw2x00/ | 
| D | libipw_tx.c | 255 netdev_tx_t libipw_xmit(struct sk_buff *skb, struct net_device *dev)  in libipw_xmit() 516 		netdev_tx_t ret = (*ieee->hard_start_xmit)(txb, dev, priority);  in libipw_xmit()
  | 
| D | libipw.h | 799 	netdev_tx_t (*hard_start_xmit) (struct libipw_txb * txb, 958 netdev_tx_t libipw_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| /linux-4.1.27/drivers/net/irda/ | 
| D | mcs7780.h | 158 static netdev_tx_t mcs_hard_xmit(struct sk_buff *skb,
  | 
| D | via-ircc.c | 84 static netdev_tx_t via_ircc_hard_xmit_sir(struct sk_buff *skb, 86 static netdev_tx_t via_ircc_hard_xmit_fir(struct sk_buff *skb, 758 static netdev_tx_t via_ircc_hard_xmit_sir(struct sk_buff *skb,  in via_ircc_hard_xmit_sir() 830 static netdev_tx_t via_ircc_hard_xmit_fir(struct sk_buff *skb,  in via_ircc_hard_xmit_fir()
  | 
| D | ali-ircc.c | 114 static netdev_tx_t ali_ircc_sir_hard_xmit(struct sk_buff *skb, 123 static netdev_tx_t  ali_ircc_fir_hard_xmit(struct sk_buff *skb, 1408 static netdev_tx_t ali_ircc_fir_hard_xmit(struct sk_buff *skb,  in ali_ircc_fir_hard_xmit() 1924 static netdev_tx_t ali_ircc_sir_hard_xmit(struct sk_buff *skb,  in ali_ircc_sir_hard_xmit()
  | 
| D | smsc-ircc2.c | 195 static netdev_tx_t  smsc_ircc_hard_xmit_sir(struct sk_buff *skb, 197 static netdev_tx_t  smsc_ircc_hard_xmit_fir(struct sk_buff *skb, 493 static netdev_tx_t smsc_ircc_net_xmit(struct sk_buff *skb,  in smsc_ircc_net_xmit() 878 static netdev_tx_t smsc_ircc_hard_xmit_sir(struct sk_buff *skb,  in smsc_ircc_hard_xmit_sir() 1184 static netdev_tx_t smsc_ircc_hard_xmit_fir(struct sk_buff *skb,  in smsc_ircc_hard_xmit_fir()
  | 
| D | nsc-ircc.c | 177 static netdev_tx_t  nsc_ircc_hard_xmit_sir(struct sk_buff *skb, 179 static netdev_tx_t  nsc_ircc_hard_xmit_fir(struct sk_buff *skb, 1362 static netdev_tx_t nsc_ircc_hard_xmit_sir(struct sk_buff *skb,  in nsc_ircc_hard_xmit_sir() 1435 static netdev_tx_t nsc_ircc_hard_xmit_fir(struct sk_buff *skb,  in nsc_ircc_hard_xmit_fir()
  | 
| D | w83977af_ir.c | 92 static netdev_tx_t  w83977af_hard_xmit(struct sk_buff *skb, 479 static netdev_tx_t w83977af_hard_xmit(struct sk_buff *skb,  in w83977af_hard_xmit()
  | 
| D | kingsun-sir.c | 152 static netdev_tx_t kingsun_hard_xmit(struct sk_buff *skb,  in kingsun_hard_xmit()
  | 
| D | irda-usb.c | 113 static netdev_tx_t irda_usb_hard_xmit(struct sk_buff *skb, 385 static netdev_tx_t irda_usb_hard_xmit(struct sk_buff *skb,  in irda_usb_hard_xmit()
  | 
| D | ks959-sir.c | 389 static netdev_tx_t ks959_hard_xmit(struct sk_buff *skb,  in ks959_hard_xmit()
  | 
| D | ksdazzle-sir.c | 303 static netdev_tx_t ksdazzle_hard_xmit(struct sk_buff *skb,  in ksdazzle_hard_xmit()
  | 
| D | mcs7780.c | 819 static netdev_tx_t mcs_hard_xmit(struct sk_buff *skb,  in mcs_hard_xmit()
  | 
| D | stir4200.c | 563 static netdev_tx_t stir_hard_xmit(struct sk_buff *skb,  in stir_hard_xmit()
  | 
| D | sir_dev.c | 588 static netdev_tx_t sirdev_hard_xmit(struct sk_buff *skb,  in sirdev_hard_xmit()
  | 
| /linux-4.1.27/net/bluetooth/bnep/ | 
| D | netdev.c | 164 static netdev_tx_t bnep_net_xmit(struct sk_buff *skb,  in bnep_net_xmit()
  | 
| /linux-4.1.27/drivers/isdn/hysdn/ | 
| D | hysdn_net.c | 119 static netdev_tx_t
  | 
| /linux-4.1.27/include/linux/usb/ | 
| D | usbnet.h | 249 extern netdev_tx_t usbnet_start_xmit(struct sk_buff *skb,
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/i40evf/ | 
| D | i40e_txrx.h | 293 netdev_tx_t i40evf_xmit_frame(struct sk_buff *skb, struct net_device *netdev);
  | 
| D | i40e_txrx.c | 1909 static netdev_tx_t i40e_xmit_frame_ring(struct sk_buff *skb,  in i40e_xmit_frame_ring() 1987 netdev_tx_t i40evf_xmit_frame(struct sk_buff *skb, struct net_device *netdev)  in i40evf_xmit_frame()
  | 
| /linux-4.1.27/Documentation/networking/ | 
| D | driver.txt | 13 	static netdev_tx_t drv_hard_start_xmit(struct sk_buff *skb,
  | 
| /linux-4.1.27/net/ipv4/ | 
| D | ip_vti.c | 152 static netdev_tx_t vti_xmit(struct sk_buff *skb, struct net_device *dev,  in vti_xmit() 217 static netdev_tx_t vti_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)  in vti_tunnel_xmit()
  | 
| D | ip_gre.c | 249 static netdev_tx_t ipgre_xmit(struct sk_buff *skb,  in ipgre_xmit() 290 static netdev_tx_t gre_tap_xmit(struct sk_buff *skb,  in gre_tap_xmit()
  | 
| D | ipip.c | 215 static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)  in ipip_tunnel_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | adapter.h | 323 netdev_tx_t t3_eth_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_txrx.h | 296 netdev_tx_t i40e_lan_xmit_frame(struct sk_buff *skb, struct net_device *netdev);
  | 
| D | i40e_txrx.c | 2677 static netdev_tx_t i40e_xmit_frame_ring(struct sk_buff *skb,  in i40e_xmit_frame_ring() 2765 netdev_tx_t i40e_lan_xmit_frame(struct sk_buff *skb, struct net_device *netdev)  in i40e_lan_xmit_frame()
  | 
| D | i40e_fcoe.c | 1354 static netdev_tx_t i40e_fcoe_xmit_frame(struct sk_buff *skb,  in i40e_fcoe_xmit_frame()
  | 
| /linux-4.1.27/net/phonet/ | 
| D | pep-gprs.c | 186 static netdev_tx_t gprs_xmit(struct sk_buff *skb, struct net_device *dev)  in gprs_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe.h | 874 netdev_tx_t ixgbe_xmit_frame_ring(struct sk_buff *, struct ixgbe_adapter *, 965 netdev_tx_t ixgbe_xmit_frame_ring(struct sk_buff *skb,
  | 
| /linux-4.1.27/drivers/net/ethernet/realtek/ | 
| D | atp.c | 199 static netdev_tx_t atp_send_packet(struct sk_buff *skb, 552 static netdev_tx_t atp_send_packet(struct sk_buff *skb,  in atp_send_packet()
  | 
| D | 8139too.c | 646 static netdev_tx_t rtl8139_start_xmit (struct sk_buff *skb, 1717 static netdev_tx_t rtl8139_start_xmit (struct sk_buff *skb,  in rtl8139_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/aeroflex/ | 
| D | greth.c | 71 static netdev_tx_t greth_start_xmit(struct sk_buff *skb, 73 static netdev_tx_t greth_start_xmit_gbit(struct sk_buff *skb, 395 static netdev_tx_t 464 static netdev_tx_t
  | 
| /linux-4.1.27/net/8021q/ | 
| D | vlan_dev.c | 92 static inline netdev_tx_t vlan_netpoll_send_skb(struct vlan_dev_priv *vlan, struct sk_buff *skb)  in vlan_netpoll_send_skb() 103 static netdev_tx_t vlan_dev_hard_start_xmit(struct sk_buff *skb,  in vlan_dev_hard_start_xmit()
  | 
| /linux-4.1.27/include/net/ | 
| D | ax25.h | 370 netdev_tx_t ax25_ip_xmit(struct sk_buff *skb);
  | 
| /linux-4.1.27/net/bridge/ | 
| D | br_device.c | 34 netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev)  in br_dev_xmit()
  | 
| D | br_private.h | 347 netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| /linux-4.1.27/drivers/net/ethernet/smsc/ | 
| D | smc9194.c | 286 static netdev_tx_t  smc_wait_to_send_packet( struct sk_buff * skb, 467 static netdev_tx_t smc_wait_to_send_packet(struct sk_buff *skb,  in smc_wait_to_send_packet()
  | 
| D | epic100.c | 297 static netdev_tx_t epic_start_xmit(struct sk_buff *skb, 944 static netdev_tx_t epic_start_xmit(struct sk_buff *skb, struct net_device *dev)  in epic_start_xmit()
  | 
| D | smc91c92_cs.c | 274 static netdev_tx_t smc_start_xmit(struct sk_buff *skb, 1195 static netdev_tx_t smc_start_xmit(struct sk_buff *skb,  in smc_start_xmit()
  | 
| /linux-4.1.27/net/atm/ | 
| D | br2684.c | 291 static netdev_tx_t br2684_start_xmit(struct sk_buff *skb,  in br2684_start_xmit() 297 	netdev_tx_t ret = NETDEV_TX_OK;  in br2684_start_xmit()
  | 
| D | mpc.c | 93 static netdev_tx_t mpc_send_packet(struct sk_buff *skb, 570 static netdev_tx_t mpc_send_packet(struct sk_buff *skb,  in mpc_send_packet()
  | 
| D | clip.c | 324 static netdev_tx_t clip_start_xmit(struct sk_buff *skb,  in clip_start_xmit()
  | 
| D | lec.c | 60 static netdev_tx_t lec_start_xmit(struct sk_buff *skb, 201 static netdev_tx_t lec_start_xmit(struct sk_buff *skb,  in lec_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/dec/tulip/ | 
| D | xircom_cb.c | 109 static netdev_tx_t xircom_start_xmit(struct sk_buff *skb, 376 static netdev_tx_t xircom_start_xmit(struct sk_buff *skb,  in xircom_start_xmit()
  | 
| D | winbond-840.c | 337 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 999 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev)  in start_tx()
  | 
| D | uli526x.c | 222 static netdev_tx_t uli526x_start_xmit(struct sk_buff *, 594 static netdev_tx_t uli526x_start_xmit(struct sk_buff *skb,  in uli526x_start_xmit()
  | 
| D | dmfe.c | 317 static netdev_tx_t dmfe_start_xmit(struct sk_buff *, struct DEVICE *); 686 static netdev_tx_t dmfe_start_xmit(struct sk_buff *skb,  in dmfe_start_xmit()
  | 
| D | tulip_core.c | 262 static netdev_tx_t tulip_start_xmit(struct sk_buff *skb, 666 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/3com/ | 
| D | 3c589_cs.c | 169 static netdev_tx_t el3_start_xmit(struct sk_buff *skb, 566 static netdev_tx_t el3_start_xmit(struct sk_buff *skb,  in el3_start_xmit()
  | 
| D | 3c574_cs.c | 230 static netdev_tx_t el3_start_xmit(struct sk_buff *skb, 733 static netdev_tx_t el3_start_xmit(struct sk_buff *skb,  in el3_start_xmit()
  | 
| D | 3c509.c | 192 static netdev_tx_t el3_start_xmit(struct sk_buff *skb, struct net_device *dev); 710 static netdev_tx_t
  | 
| D | 3c515.c | 371 static netdev_tx_t corkscrew_start_xmit(struct sk_buff *skb, 1001 static netdev_tx_t corkscrew_start_xmit(struct sk_buff *skb,  in corkscrew_start_xmit()
  | 
| D | 3c59x.c | 764 static netdev_tx_t vortex_start_xmit(struct sk_buff *skb, 766 static netdev_tx_t boomerang_start_xmit(struct sk_buff *skb, 2062 static netdev_tx_t 2122 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/igb/ | 
| D | igb.h | 526 netdev_tx_t igb_xmit_frame_ring(struct sk_buff *, struct igb_ring *);
  | 
| /linux-4.1.27/drivers/net/hamradio/ | 
| D | bpqether.c | 247 static netdev_tx_t bpq_xmit(struct sk_buff *skb, struct net_device *dev)  in bpq_xmit()
  | 
| D | mkiss.c | 528 static netdev_tx_t ax_xmit(struct sk_buff *skb, struct net_device *dev)  in ax_xmit()
  | 
| D | 6pack.c | 246 static netdev_tx_t sp_xmit(struct sk_buff *skb, struct net_device *dev)  in sp_xmit()
  | 
| D | hdlcdrv.c | 402 static netdev_tx_t hdlcdrv_send_packet(struct sk_buff *skb,  in hdlcdrv_send_packet()
  | 
| D | scc.c | 210 static netdev_tx_t scc_net_tx(struct sk_buff *skb, 1636 static netdev_tx_t scc_net_tx(struct sk_buff *skb, struct net_device *dev)  in scc_net_tx()
  | 
| D | yam.c | 595 static netdev_tx_t yam_send_packet(struct sk_buff *skb,  in yam_send_packet()
  | 
| /linux-4.1.27/drivers/net/ethernet/fujitsu/ | 
| D | fmvj18x_cs.c | 90 static netdev_tx_t fjn_start_xmit(struct sk_buff *skb, 802 static netdev_tx_t fjn_start_xmit(struct sk_buff *skb,  in fjn_start_xmit()
  | 
| /linux-4.1.27/drivers/net/usb/ | 
| D | cdc-phonet.c | 61 static netdev_tx_t usbpn_xmit(struct sk_buff *skb, struct net_device *dev)  in usbpn_xmit()
  | 
| D | rtl8150.c | 673 static netdev_tx_t rtl8150_start_xmit(struct sk_buff *skb,  in rtl8150_start_xmit()
  | 
| D | kaweth.c | 798 static netdev_tx_t kaweth_start_xmit(struct sk_buff *skb,  in kaweth_start_xmit()
  | 
| D | catc.c | 420 static netdev_tx_t catc_start_xmit(struct sk_buff *skb,  in catc_start_xmit()
  | 
| /linux-4.1.27/drivers/net/wimax/i2400m/ | 
| D | netdev.c | 368 netdev_tx_t i2400m_hard_start_xmit(struct sk_buff *skb,  in i2400m_hard_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/fm10k/ | 
| D | fm10k.h | 445 netdev_tx_t fm10k_xmit_frame_ring(struct sk_buff *skb,
  | 
| D | fm10k_netdev.c | 605 static netdev_tx_t fm10k_xmit_frame(struct sk_buff *skb, struct net_device *dev)  in fm10k_xmit_frame()
  | 
| /linux-4.1.27/drivers/net/ethernet/amd/ | 
| D | nmclan_cs.c | 409 static netdev_tx_t mace_start_xmit(struct sk_buff *skb, 858 static netdev_tx_t mace_start_xmit(struct sk_buff *skb,  in mace_start_xmit()
  | 
| D | lance.c | 302 static netdev_tx_t lance_start_xmit(struct sk_buff *skb, 951 static netdev_tx_t lance_start_xmit(struct sk_buff *skb,  in lance_start_xmit()
  | 
| D | ni65.c | 255 static netdev_tx_t ni65_send_packet(struct sk_buff *skb, 1159 static netdev_tx_t ni65_send_packet(struct sk_buff *skb,  in ni65_send_packet()
  | 
| D | a2065.c | 534 static netdev_tx_t lance_start_xmit(struct sk_buff *skb,  in lance_start_xmit()
  | 
| D | ariadne.c | 543 static netdev_tx_t ariadne_start_xmit(struct sk_buff *skb,  in ariadne_start_xmit()
  | 
| /linux-4.1.27/net/sched/ | 
| D | sch_teql.c | 278 static netdev_tx_t teql_master_xmit(struct sk_buff *skb, struct net_device *dev)  in teql_master_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/alteon/ | 
| D | acenic.h | 775 static netdev_tx_t ace_start_xmit(struct sk_buff *skb,
  | 
| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | core.c | 189 static netdev_tx_t brcmf_netdev_start_xmit(struct sk_buff *skb,  in brcmf_netdev_start_xmit() 736 static netdev_tx_t brcmf_net_p2p_start_xmit(struct sk_buff *skb,  in brcmf_net_p2p_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/micrel/ | 
| D | ks8851.c | 930 static netdev_tx_t ks8851_start_xmit(struct sk_buff *skb,  in ks8851_start_xmit() 935 	netdev_tx_t ret = NETDEV_TX_OK;  in ks8851_start_xmit()
  | 
| D | ks8842.c | 1043 static netdev_tx_t ks8842_xmit_frame(struct sk_buff *skb,  in ks8842_xmit_frame()
  | 
| /linux-4.1.27/drivers/net/ethernet/hp/ | 
| D | hp100.c | 242 static netdev_tx_t hp100_start_xmit(struct sk_buff *skb, 244 static netdev_tx_t hp100_start_xmit_bm(struct sk_buff *skb, 1490 static netdev_tx_t hp100_start_xmit_bm(struct sk_buff *skb,  in hp100_start_xmit_bm() 1641 static netdev_tx_t hp100_start_xmit(struct sk_buff *skb,  in hp100_start_xmit()
  | 
| /linux-4.1.27/net/ipv6/ | 
| D | sit.c | 806 static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,  in ipip6_tunnel_xmit() 1001 static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)  in ipip_tunnel_xmit() 1019 static netdev_tx_t sit_tunnel_xmit(struct sk_buff *skb,  in sit_tunnel_xmit()
  | 
| D | ip6_gre.c | 602 static netdev_tx_t ip6gre_xmit2(struct sk_buff *skb,  in ip6gre_xmit2() 899 static netdev_tx_t ip6gre_tunnel_xmit(struct sk_buff *skb,  in ip6gre_tunnel_xmit()
  | 
| D | ip6_vti.c | 507 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/hippi/ | 
| D | rrunner.h | 834 static netdev_tx_t rr_start_xmit(struct sk_buff *skb,
  | 
| /linux-4.1.27/drivers/net/ethernet/xircom/ | 
| D | xirc2ps_cs.c | 289 static netdev_tx_t do_start_xmit(struct sk_buff *skb, 1215 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/ | 
| D | ec_bhf.c | 291 static netdev_tx_t ec_bhf_start_xmit(struct sk_buff *skb,  in ec_bhf_start_xmit()
  | 
| D | dnet.c | 528 static netdev_tx_t dnet_start_xmit(struct sk_buff *skb, struct net_device *dev)  in dnet_start_xmit()
  | 
| D | fealnx.c | 433 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 1300 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev)  in start_tx()
  | 
| /linux-4.1.27/drivers/net/can/sja1000/ | 
| D | sja1000.c | 281 static netdev_tx_t sja1000_start_xmit(struct sk_buff *skb,  in sja1000_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/packetengines/ | 
| D | yellowfin.c | 349 static netdev_tx_t yellowfin_start_xmit(struct sk_buff *skb, 807 static netdev_tx_t yellowfin_start_xmit(struct sk_buff *skb,  in yellowfin_start_xmit()
  | 
| D | hamachi.c | 553 static netdev_tx_t hamachi_start_xmit(struct sk_buff *skb, 1207 static netdev_tx_t hamachi_start_xmit(struct sk_buff *skb,  in hamachi_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/i825xx/ | 
| D | 82596.c | 362 static netdev_tx_t i596_start_xmit(struct sk_buff *skb, struct net_device *dev); 1049 static netdev_tx_t i596_start_xmit(struct sk_buff *skb, struct net_device *dev)  in i596_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ | 
| D | mlx4_en.h | 763 netdev_tx_t mlx4_en_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| D | en_tx.c | 705 netdev_tx_t mlx4_en_xmit(struct sk_buff *skb, struct net_device *dev)  in mlx4_en_xmit()
  | 
| /linux-4.1.27/drivers/net/wireless/ath/wil6210/ | 
| D | wil6210.h | 767 netdev_tx_t wil_start_xmit(struct sk_buff *skb, struct net_device *ndev);
  | 
| /linux-4.1.27/drivers/net/can/mscan/ | 
| D | mscan.c | 197 static netdev_tx_t mscan_start_xmit(struct sk_buff *skb, struct net_device *dev)  in mscan_start_xmit()
  | 
| /linux-4.1.27/net/mac80211/ | 
| D | ieee80211_i.h | 1638 netdev_tx_t ieee80211_monitor_start_xmit(struct sk_buff *skb, 1640 netdev_tx_t ieee80211_subif_start_xmit(struct sk_buff *skb,
  | 
| /linux-4.1.27/drivers/net/fddi/skfp/ | 
| D | skfddi.c | 111 static netdev_tx_t skfp_send_pkt(struct sk_buff *skb, 1041 static netdev_tx_t skfp_send_pkt(struct sk_buff *skb,  in skfp_send_pkt()
  | 
| /linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ | 
| D | qlge_ethtool.c | 534 	netdev_tx_t rc;  in ql_run_loopback_test()
  | 
| /linux-4.1.27/drivers/net/can/cc770/ | 
| D | cc770.c | 393 static netdev_tx_t cc770_start_xmit(struct sk_buff *skb, struct net_device *dev)  in cc770_start_xmit()
  | 
| /linux-4.1.27/drivers/net/can/usb/ | 
| D | usb_8dev.c | 612 static netdev_tx_t usb_8dev_start_xmit(struct sk_buff *skb,  in usb_8dev_start_xmit()
  | 
| D | gs_usb.c | 455 static netdev_tx_t gs_can_start_xmit(struct sk_buff *skb, struct net_device *netdev)  in gs_can_start_xmit()
  | 
| D | ems_usb.c | 742 static netdev_tx_t ems_usb_start_xmit(struct sk_buff *skb, struct net_device *netdev)  in ems_usb_start_xmit()
  | 
| D | esd_usb2.c | 715 static netdev_tx_t esd_usb2_start_xmit(struct sk_buff *skb,  in esd_usb2_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ipvlan/ | 
| D | ipvlan_main.c | 176 static netdev_tx_t ipvlan_start_xmit(struct sk_buff *skb,  in ipvlan_start_xmit()
  | 
| /linux-4.1.27/drivers/net/can/usb/peak_usb/ | 
| D | pcan_usb_core.c | 304 static netdev_tx_t peak_usb_ndo_start_xmit(struct sk_buff *skb,  in peak_usb_ndo_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/broadcom/ | 
| D | bgmac.c | 139 static netdev_tx_t bgmac_dma_tx_add(struct bgmac *bgmac,  in bgmac_dma_tx_add() 1324 static netdev_tx_t bgmac_start_xmit(struct sk_buff *skb,  in bgmac_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/dlink/ | 
| D | dl2k.c | 74 static netdev_tx_t start_xmit (struct sk_buff *skb, struct net_device *dev); 599 static netdev_tx_t
  | 
| D | sundance.c | 437 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 1098 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/wan/lmc/ | 
| D | lmc_main.c | 91 static netdev_tx_t lmc_start_xmit(struct sk_buff *skb, 1423 static netdev_tx_t lmc_start_xmit(struct sk_buff *skb,  in lmc_start_xmit()
  | 
| /linux-4.1.27/drivers/net/arcnet/ | 
| D | arcnet.c | 540 netdev_tx_t arcnet_send_packet(struct sk_buff *skb,  in arcnet_send_packet()
  | 
| /linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_cmn.h | 483 netdev_tx_t bnx2x_start_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| /linux-4.1.27/drivers/net/can/softing/ | 
| D | softing_main.c | 62 static netdev_tx_t softing_netdev_start_xmit(struct sk_buff *skb,  in softing_netdev_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/qualcomm/ | 
| D | qca_spi.c | 659 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/adaptec/ | 
| D | starfire.c | 581 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 1182 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev)  in start_tx()
  | 
| /linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ | 
| D | myri10ge.c | 373 static netdev_tx_t myri10ge_sw_tso(struct sk_buff *skb, 2815 static netdev_tx_t myri10ge_xmit(struct sk_buff *skb,  in myri10ge_xmit() 3084 static netdev_tx_t myri10ge_sw_tso(struct sk_buff *skb,  in myri10ge_sw_tso() 3090 	netdev_tx_t status;  in myri10ge_sw_tso()
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/ixgb/ | 
| D | ixgb_main.c | 87 static netdev_tx_t ixgb_xmit_frame(struct sk_buff *skb, 1512 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/sis/ | 
| D | sis900.c | 226 static netdev_tx_t sis900_start_xmit(struct sk_buff *skb, 1597 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/staging/netlogic/ | 
| D | xlr_net.c | 277 static netdev_tx_t xlr_net_start_xmit(struct sk_buff *skb,  in xlr_net_start_xmit()
  | 
| /linux-4.1.27/drivers/usb/gadget/function/ | 
| D | u_ether.c | 482 static netdev_tx_t eth_start_xmit(struct sk_buff *skb,  in eth_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/via/ | 
| D | via-rhine.c | 512 static netdev_tx_t rhine_start_tx(struct sk_buff *skb, 1733 static netdev_tx_t rhine_start_tx(struct sk_buff *skb,  in rhine_start_tx()
  | 
| /linux-4.1.27/drivers/net/fddi/ | 
| D | defxx.c | 301 static netdev_tx_t dfx_xmt_queue_pkt(struct sk_buff *skb, 3291 static netdev_tx_t dfx_xmt_queue_pkt(struct sk_buff *skb,  in dfx_xmt_queue_pkt()
  | 
| /linux-4.1.27/drivers/net/bonding/ | 
| D | bond_main.c | 3962 static netdev_tx_t __bond_start_xmit(struct sk_buff *skb, struct net_device *dev)  in __bond_start_xmit() 3993 static netdev_tx_t bond_start_xmit(struct sk_buff *skb, struct net_device *dev)  in bond_start_xmit() 3996 	netdev_tx_t ret = NETDEV_TX_OK;  in bond_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4.h | 1051 netdev_tx_t t4_eth_xmit(struct sk_buff *skb, struct net_device *dev);
  | 
| /linux-4.1.27/net/bluetooth/ | 
| D | 6lowpan.c | 600 static netdev_tx_t bt_xmit(struct sk_buff *skb, struct net_device *netdev)  in bt_xmit()
  | 
| /linux-4.1.27/drivers/net/slip/ | 
| D | slip.c | 493 static netdev_tx_t
  | 
| /linux-4.1.27/drivers/net/ethernet/rdc/ | 
| D | r6040.c | 808 static netdev_tx_t r6040_start_xmit(struct sk_buff *skb,  in r6040_start_xmit()
  | 
| /linux-4.1.27/drivers/net/can/c_can/ | 
| D | c_can.c | 434 static netdev_tx_t c_can_start_xmit(struct sk_buff *skb,  in c_can_start_xmit()
  | 
| /linux-4.1.27/drivers/net/can/spi/ | 
| D | mcp251x.c | 514 static netdev_tx_t mcp251x_hard_start_xmit(struct sk_buff *skb,  in mcp251x_hard_start_xmit()
  | 
| /linux-4.1.27/drivers/net/wireless/ | 
| D | ray_cs.c | 80 static netdev_tx_t ray_dev_start_xmit(struct sk_buff *skb, 833 static netdev_tx_t ray_dev_start_xmit(struct sk_buff *skb,  in ray_dev_start_xmit()
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/igbvf/ | 
| D | netdev.c | 2214 static netdev_tx_t igbvf_xmit_frame_ring_adv(struct sk_buff *skb,  in igbvf_xmit_frame_ring_adv() 2289 static netdev_tx_t igbvf_xmit_frame(struct sk_buff *skb,  in igbvf_xmit_frame()
  | 
| /linux-4.1.27/drivers/net/ethernet/ti/ | 
| D | tlan.c | 154 static netdev_tx_t tlan_start_tx(struct sk_buff *, struct net_device *); 1058 static netdev_tx_t tlan_start_tx(struct sk_buff *skb, struct net_device *dev)  in tlan_start_tx()
  | 
| /linux-4.1.27/drivers/net/ethernet/apm/xgene/ | 
| D | xgene_enet_main.c | 258 static netdev_tx_t xgene_enet_start_xmit(struct sk_buff *skb,  in xgene_enet_start_xmit()
  | 
| /linux-4.1.27/drivers/net/can/m_can/ | 
| D | m_can.c | 1046 static netdev_tx_t m_can_start_xmit(struct sk_buff *skb,  in m_can_start_xmit()
  |