Searched refs:skb_pad (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/kunit/
H A Dskbuff.h34 if (!res || skb_pad(res, len))
/linux-master/net/mac80211/tests/
H A Delems.c27 if (skb_pad(skb, skb_tailroom(skb))) {
/linux-master/drivers/bluetooth/
H A Dhci_nokia.c520 err = skb_pad(skb, 1);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c772 if (skb_pad(last, pad))
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c567 if (skb_pad(skb, MIN_SKB_LEN - skb->len)) {
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c567 if (skb_pad(skb, pad_len))
/linux-master/drivers/hsi/clients/
H A Dssi_protocol.c980 if ((skb->len & 3) && skb_pad(skb, 4 - (skb->len & 3)))
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c2525 if (skb_pad(skb, IAVF_MIN_TX_LEN - skb->len))
/linux-master/include/linux/
H A Dskbuff.h1394 * skb_pad - zero pad the tail of an skb
1404 static inline int skb_pad(struct sk_buff *skb, int pad) function
3728 return skb_pad(skb, len - size);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.c1558 if (padding_len && skb_pad(entry->skb, padding_len)) {
1560 /* skb freed by skb_pad() on failure */
H A Drt61pci.c1904 if (padding_len && skb_pad(entry->skb, padding_len)) {
1906 /* skb freed by skb_pad() on failure */
H A Drt2800lib.c1455 if (padding_len && skb_pad(entry->skb, padding_len)) {
1457 /* skb freed by skb_pad() on failure */
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c609 if (skb_pad(skb, pad))

Completed in 316 milliseconds