Searched full:skb_pad (Results 1 – 15 of 15) sorted by relevance
| /linux/include/kunit/ |
| H A D | skbuff.h | 35 if (!res || skb_pad(res, len)) in kunit_zalloc_skb()
|
| /linux/net/mac80211/tests/ |
| H A D | elems.c | 27 if (skb_pad(skb, skb_tailroom(skb))) { in mle_defrag()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_nokia.c | 515 err = skb_pad(skb, 1); in nokia_enqueue()
|
| H A D | btmtk.c | 974 if (skb_pad(skb, MTK_ISO_THRESHOLD - skb->len)) in btmtk_isopkt_pad()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_tx.c | 567 if (skb_pad(skb, MIN_SKB_LEN - skb->len)) { in hinic_xmit_frame()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | tx.c | 796 if (skb_pad(last, pad)) in mt76_skb_adjust_pad()
|
| /linux/drivers/hsi/clients/ |
| H A D | ssi_protocol.c | 980 if ((skb->len & 3) && skb_pad(skb, 4 - (skb->len & 3))) in ssip_pn_xmit()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt73usb.c | 1558 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 D | rt61pci.c | 1904 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 D | rt2800lib.c | 1455 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 D | fm10k_netdev.c | 567 if (skb_pad(skb, pad_len)) in fm10k_xmit_frame()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1464 * 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 D | iavf_txrx.c | 2400 if (skb_pad(skb, IAVF_MIN_TX_LEN - skb->len)) in iavf_xmit_frame()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 2010 * 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 D | bnxt.c | 650 if (skb_pad(skb, pad)) in bnxt_start_xmit()
|