skb_put_padto    1205 drivers/net/ethernet/emulex/benet/be_main.c 		if (skb_put_padto(skb, 36))
skb_put_padto     887 drivers/net/ethernet/ethoc.c 	if (skb_put_padto(skb, ETHOC_ZLEN)) {
skb_put_padto    1335 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (skb_put_padto(skb, HNS3_MIN_TX_LEN))
skb_put_padto    1400 drivers/net/ethernet/ibm/ibmvnic.c 		return skb_put_padto(skb, netdev->min_mtu);
skb_put_padto    5814 drivers/net/ethernet/intel/e1000e/netdev.c 	if (skb_put_padto(skb, 17))
skb_put_padto    3685 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	if (skb_put_padto(skb, I40E_MIN_TX_LEN))
skb_put_padto    2208 drivers/net/ethernet/intel/ice/ice_txrx.c 	if (skb_put_padto(skb, ICE_MIN_TX_LEN))
skb_put_padto    6166 drivers/net/ethernet/intel/igb/igb_main.c 	if (skb_put_padto(skb, 17))
skb_put_padto    8768 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (skb_put_padto(skb, 17))
skb_put_padto     289 drivers/net/ethernet/lantiq_xrx200.c 	if (skb_put_padto(skb, ETH_ZLEN)) {
skb_put_padto     803 drivers/net/ethernet/rdc/r6040.c 	if (skb_put_padto(skb, ETH_ZLEN) < 0)
skb_put_padto    1495 drivers/net/ethernet/renesas/ravb_main.c 	if (skb_put_padto(skb, ETH_ZLEN))
skb_put_padto    2539 drivers/net/ethernet/renesas/sh_eth.c 	if (skb_put_padto(skb, ETH_ZLEN))
skb_put_padto    1416 drivers/net/ethernet/socionext/sni_ave.c 	if (skb_put_padto(skb, ETH_ZLEN)) {
skb_put_padto      77 drivers/net/wireless/mediatek/mt7601u/dma.h 	return skb_put_padto(skb, round_up(skb->len, 4) + 4);
skb_put_padto     532 include/linux/etherdevice.h 	return skb_put_padto(skb, ETH_ZLEN);
skb_put_padto      48 net/dsa/tag_ksz.c 		if (skb_put_padto(nskb, nskb->len + padlen))
skb_put_padto     310 net/hsr/hsr_device.c 	if (skb_put_padto(skb, ETH_ZLEN + HSR_HLEN))
skb_put_padto     199 net/qrtr/qrtr.c 	skb_put_padto(skb, ALIGN(len, 4) + sizeof(*hdr));