Searched refs:skb_put_padto (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.h77 return skb_put_padto(skb, round_up(skb->len, 4) + 4);
/linux-master/net/hsr/
H A Dhsr_forward.c220 if (skb_put_padto(skb, min_size))
257 if (skb_put_padto(skb, ETH_ZLEN + HSR_HLEN))
317 /* skb_put_padto free skb on error and hsr_fill_tag returns NULL in
H A Dhsr_device.c327 if (skb_put_padto(skb, ETH_ZLEN)) {
367 if (skb_put_padto(skb, ETH_ZLEN)) {
/linux-master/include/linux/
H A Detherdevice.h644 return skb_put_padto(skb, ETH_ZLEN);
H A Dskbuff.h3758 * skb_put_padto - increase size and pad an skbuff up to a minimal size
3767 static inline int __must_check skb_put_padto(struct sk_buff *skb, unsigned int len) function
/linux-master/drivers/net/ethernet/
H A Dlantiq_xrx200.c368 if (skb_put_padto(skb, ETH_ZLEN)) {
H A Dethoc.c887 if (skb_put_padto(skb, ETHOC_ZLEN)) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c819 if (skb_put_padto(skb, ETH_ZLEN)) {
/linux-master/net/qrtr/
H A Daf_qrtr.c370 rc = skb_put_padto(skb, ALIGN(len, 4) + sizeof(*hdr));
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c429 if (skb_put_padto(skb, IDPF_TX_MIN_PKT_LEN)) {
H A Didpf_txrx.c2698 if (skb_put_padto(skb, tx_q->tx_min_pkt_len)) {
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.c611 if (skb_put_padto(skb, ETH_ZLEN))
/linux-master/drivers/net/ethernet/rdc/
H A Dr6040.c806 if (skb_put_padto(skb, ETH_ZLEN) < 0)
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.c857 if (skb_put_padto(skb, ETH_ZLEN))
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c302 if (skb_put_padto(skb, ETH_ZLEN + ETH_FCS_LEN))
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_emac.c963 ret_code = skb_put_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE);
H A Dcpsw.c910 if (skb_put_padto(skb, CPSW_MIN_PACKET_SIZE)) {
H A Dcpsw_new.c926 if (skb_put_padto(skb, READ_ONCE(priv->tx_packet_min))) {
/linux-master/drivers/net/ethernet/socionext/
H A Dsni_ave.c1419 if (skb_put_padto(skb, ETH_ZLEN)) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c2455 if (skb_put_padto(skb, ICE_MIN_TX_LEN))
/linux-master/drivers/net/ethernet/renesas/
H A Drswitch.c1677 if (skb_put_padto(skb, ETH_ZLEN))
H A Dsh_eth.c2510 if (skb_put_padto(skb, ETH_ZLEN))
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1526 if (skb_put_padto(skb, 17))
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1399 int ret = skb_put_padto(skb, HNS3_MIN_TUN_PKT_LEN);
2308 if (skb_put_padto(skb, HNS3_MIN_TX_LEN)) {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c4025 if (skb_put_padto(skb, I40E_MIN_TX_LEN))

Completed in 283 milliseconds

12