Symbol: skb_put_padto
drivers/net/ethernet/broadcom/asp2/bcmasp_intf.c
269
if (skb_put_padto(skb, ETH_ZLEN + ETH_FCS_LEN))
drivers/net/ethernet/emulex/benet/be_main.c
1204
if (skb_put_padto(skb, 36))
drivers/net/ethernet/ethoc.c
887
if (skb_put_padto(skb, ETHOC_ZLEN)) {
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1418
int ret = skb_put_padto(skb, HNS3_MIN_TUN_PKT_LEN);
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
2323
if (skb_put_padto(skb, HNS3_MIN_TX_LEN)) {
drivers/net/ethernet/ibm/ibmvnic.c
2286
return skb_put_padto(skb, netdev->min_mtu);
drivers/net/ethernet/intel/e1000e/netdev.c
5831
if (skb_put_padto(skb, 17))
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3985
if (skb_put_padto(skb, I40E_MIN_TX_LEN))
drivers/net/ethernet/intel/ice/ice_txrx.c
2273
if (skb_put_padto(skb, ICE_MIN_TX_LEN))
drivers/net/ethernet/intel/idpf/idpf_txrx.c
3164
if (skb_put_padto(skb, tx_q->tx_min_pkt_len)) {
drivers/net/ethernet/intel/igb/igb_main.c
6637
if (skb_put_padto(skb, 17))
drivers/net/ethernet/intel/igc/igc_main.c
1740
if (skb_put_padto(skb, 17))
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
9527
if (skb_put_padto(skb, 17))
drivers/net/ethernet/lantiq_etop.c
483
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/lantiq_xrx200.c
368
if (skb_put_padto(skb, ETH_ZLEN)) {
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
872
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
627
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
417
if (skb_put_padto(skb, FBNIC_MIN_FRAME_LEN))
drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c
714
if (skb_put_padto(skb, ETH_ZLEN)) {
drivers/net/ethernet/rdc/r6040.c
806
if (skb_put_padto(skb, ETH_ZLEN) < 0)
drivers/net/ethernet/renesas/ravb_main.c
2143
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/renesas/rswitch_main.c
1755
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/renesas/rtsn.c
1065
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/renesas/sh_eth.c
2512
if (skb_put_padto(skb, ETH_ZLEN))
drivers/net/ethernet/socionext/sni_ave.c
1415
if (skb_put_padto(skb, ETH_ZLEN)) {
drivers/net/ethernet/ti/cpsw.c
935
if (skb_put_padto(skb, CPSW_MIN_PACKET_SIZE)) {
drivers/net/ethernet/ti/cpsw_new.c
950
if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) {
drivers/net/ethernet/ti/davinci_emac.c
963
ret_code = skb_put_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE);
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1673
if (skb_put_padto(skb, 17))
drivers/net/wireless/mediatek/mt7601u/dma.h
77
return skb_put_padto(skb, round_up(skb->len, 4) + 4);
include/linux/etherdevice.h
657
return skb_put_padto(skb, ETH_ZLEN);
net/hsr/hsr_device.c
359
if (skb_put_padto(skb, ETH_ZLEN)) {
net/hsr/hsr_device.c
400
if (skb_put_padto(skb, ETH_ZLEN)) {
net/hsr/hsr_forward.c
251
if (skb_put_padto(skb, min_size))
net/hsr/hsr_forward.c
297
if (skb_put_padto(skb, ETH_ZLEN + HSR_HLEN))
net/qrtr/af_qrtr.c
366
rc = skb_put_padto(skb, ALIGN(len, 4) + sizeof(*hdr));