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

/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt73usb.c1566 if (padding_len && skb_pad(entry->skb, padding_len)) { rt73usb_write_beacon()
1568 /* skb freed by skb_pad() on failure */ rt73usb_write_beacon()
H A Drt61pci.c1998 if (padding_len && skb_pad(entry->skb, padding_len)) { rt61pci_write_beacon()
2000 /* skb freed by skb_pad() on failure */ rt61pci_write_beacon()
H A Drt2800lib.c1028 if (padding_len && skb_pad(entry->skb, padding_len)) { rt2800_write_beacon()
1030 /* skb freed by skb_pad() on failure */ rt2800_write_beacon()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c656 if (skb_pad(skb, pad_len)) fm10k_xmit_frame()
H A Dfm10k_main.c544 * 60 bytes if the skb->len is less than 60 for skb_pad. fm10k_pull_tail()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dtx.c356 if (skb_pad(skb, len - skb->len)) efx_enqueue_skb()
/linux-4.1.27/drivers/hsi/clients/
H A Dssi_protocol.c978 if ((skb->len & 3) && skb_pad(skb, 4 - (skb->len & 3))) ssip_pn_xmit()
/linux-4.1.27/include/linux/
H A Dskbuff.h855 int skb_pad(struct sk_buff *skb, int pad);
2476 return skb_pad(skb, len - size); skb_padto()
2495 if (skb_pad(skb, len)) skb_put_padto()
/linux-4.1.27/net/core/
H A Dskbuff.c1325 * skb_pad - zero pad the tail of an skb
1336 int skb_pad(struct sk_buff *skb, int pad) skb_pad() function
1368 EXPORT_SYMBOL(skb_pad); variable
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c1996 if (skb_pad(skb, I40E_MIN_TX_LEN - skb->len)) i40evf_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c677 * 60 bytes if the skb->len is less than 60 for skb_pad. ixgbevf_pull_tail()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c6865 * 60 bytes if the skb->len is less than 60 for skb_pad. igb_pull_tail()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1708 * 60 bytes if the skb->len is less than 60 for skb_pad. ixgbe_pull_tail()

Completed in 455 milliseconds