Searched refs:skb_pad (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_pkt.h | 94 skb_pad((struct sk_buff*)(skb), (padlen)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_pkt.h | 94 skb_pad((struct sk_buff*)(skb), (padlen)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_pkt.h | 94 skb_pad((struct sk_buff*)(skb), (padlen)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | tx.c | 608 if (skb_pad(last, pad)) in mt76_skb_adjust_pad()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_nokia.c | 520 err = skb_pad(skb, 1); in nokia_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linux_pkt.h | 104 skb_pad((struct sk_buff*)(skb), (padlen)); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linux_pkt.h | 104 skb_pad((struct sk_buff*)(skb), (padlen)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_tx.c | 565 if (skb_pad(skb, MIN_SKB_LEN - skb->len)) { in hinic_xmit_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_netdev.c | 567 if (skb_pad(skb, pad_len)) in fm10k_xmit_frame()
|
| /OK3568_Linux_fs/kernel/drivers/hsi/clients/ |
| H A D | ssi_protocol.c | 981 if ((skb->len & 3) && skb_pad(skb, 4 - (skb->len & 3))) in ssip_pn_xmit()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 1206 static inline int skb_pad(struct sk_buff *skb, int pad) in skb_pad() function 3273 return skb_pad(skb, len - size); in skb_padto()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linux_osl.h | 474 skb_pad((struct sk_buff*)(skb), (padlen)); \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 2510 if (skb_pad(skb, IAVF_MIN_TX_LEN - skb->len)) in iavf_xmit_frame()
|
| /OK3568_Linux_fs/kernel/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()
|
| H A D | rt2800lib.c | 1364 if (padding_len && skb_pad(entry->skb, padding_len)) { in rt2800_write_beacon()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 527 if (skb_pad(skb, pad)) in bnxt_start_xmit()
|