Home
last modified time | relevance | path

Searched refs:tso_build_data (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/core/
Dtso.c39 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() function
55 EXPORT_SYMBOL(tso_build_data);
/linux-4.1.27/include/net/
Dtso.h17 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size);
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c856 tso_build_data(skb, &tso, size); in txq_submit_tso()
Dmvneta.c1669 tso_build_data(skb, &tso, size); in mvneta_tx_tso()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_main.c746 tso_build_data(skb, &tso, size); in fec_enet_txq_submit_tso()