Searched refs: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/dsa/ |
| H A D | tag_brcm.c | 362 if (skb_pad(skb, ETH_FCS_LEN)) in brcm_leg_fcs_tag_xmit()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_nokia.c | 535 err = skb_pad(skb, 1); in nokia_enqueue()
|
| H A D | btmtk.c | 1026 if (skb_pad(skb, MTK_ISO_THRESHOLD - skb->len)) in btmtk_isopkt_pad()
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_tx.c | 545 if (skb_pad(skb, MIN_SKB_LEN - skb->len)) in hinic3_send_one_skb()
|
| /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/morsemicro/mm81x/ |
| H A D | skbq.c | 996 if (end_of_skb_pad && skb_pad(skb, end_of_skb_pad)) in mm81x_skbq_skb_tx()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | tx.c | 882 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/ethernet/intel/fm10k/ |
| H A D | fm10k_netdev.c | 567 if (skb_pad(skb, pad_len)) in fm10k_xmit_frame()
|
| /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/include/linux/ |
| H A D | skbuff.h | 1475 static inline int skb_pad(struct sk_buff *skb, int pad) in skb_pad() function 3961 return skb_pad(skb, len - size); in skb_padto()
|
| /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()
|
| H A D | rt61pci.c | 1904 if (padding_len && skb_pad(entry->skb, padding_len)) { in rt61pci_write_beacon()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 677 if (skb_pad(skb, pad)) in bnxt_start_xmit()
|