Home
last modified time | relevance | path

Searched full:skb_pad (Results 1 – 15 of 15) sorted by relevance

/linux/include/kunit/
H A Dskbuff.h35 if (!res || skb_pad(res, len)) in kunit_zalloc_skb()
/linux/net/mac80211/tests/
H A Delems.c27 if (skb_pad(skb, skb_tailroom(skb))) { in mle_defrag()
/linux/drivers/bluetooth/
H A Dhci_nokia.c515 err = skb_pad(skb, 1); in nokia_enqueue()
H A Dbtmtk.c974 if (skb_pad(skb, MTK_ISO_THRESHOLD - skb->len)) in btmtk_isopkt_pad()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c567 if (skb_pad(skb, MIN_SKB_LEN - skb->len)) { in hinic_xmit_frame()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c796 if (skb_pad(last, pad)) in mt76_skb_adjust_pad()
/linux/drivers/hsi/clients/
H A Dssi_protocol.c980 if ((skb->len & 3) && skb_pad(skb, 4 - (skb->len & 3))) in ssip_pn_xmit()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.c1558 if (padding_len && skb_pad(entry->skb, padding_len)) { in rt73usb_write_beacon()
1560 /* skb freed by skb_pad() on failure */ in rt73usb_write_beacon()
H A Drt61pci.c1904 if (padding_len && skb_pad(entry->skb, padding_len)) { in rt61pci_write_beacon()
1906 /* skb freed by skb_pad() on failure */ in rt61pci_write_beacon()
H A Drt2800lib.c1455 if (padding_len && skb_pad(entry->skb, padding_len)) { in rt2800_write_beacon()
1457 /* skb freed by skb_pad() on failure */ in rt2800_write_beacon()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c567 if (skb_pad(skb, pad_len)) in fm10k_xmit_frame()
/linux/include/linux/
H A Dskbuff.h1464 * skb_pad - zero pad the tail of an skb
1474 static inline int skb_pad(struct sk_buff *skb, int pad) in skb_pad() function
3905 return skb_pad(skb, len - size); in skb_padto()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c2400 if (skb_pad(skb, IAVF_MIN_TX_LEN - skb->len)) in iavf_xmit_frame()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2010 * 60 bytes if the skb->len is less than 60 for skb_pad. in ixgbe_pull_tail()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c650 if (skb_pad(skb, pad)) in bnxt_start_xmit()