MIN_SKB_LEN 476 drivers/net/ethernet/huawei/hinic/hinic_tx.c if (skb->len < MIN_SKB_LEN) { MIN_SKB_LEN 477 drivers/net/ethernet/huawei/hinic/hinic_tx.c if (skb_pad(skb, MIN_SKB_LEN - skb->len)) { MIN_SKB_LEN 482 drivers/net/ethernet/huawei/hinic/hinic_tx.c skb->len = MIN_SKB_LEN;