Searched refs:skb_pad (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt73usb.c | 1566 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 D | rt61pci.c | 1998 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 D | rt2800lib.c | 1028 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 D | fm10k_netdev.c | 656 if (skb_pad(skb, pad_len)) fm10k_xmit_frame()
|
H A D | fm10k_main.c | 544 * 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 D | tx.c | 356 if (skb_pad(skb, len - skb->len)) efx_enqueue_skb()
|
/linux-4.1.27/drivers/hsi/clients/ |
H A D | ssi_protocol.c | 978 if ((skb->len & 3) && skb_pad(skb, 4 - (skb->len & 3))) ssip_pn_xmit()
|
/linux-4.1.27/include/linux/ |
H A D | skbuff.h | 855 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 D | skbuff.c | 1325 * 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 D | i40e_txrx.c | 1996 if (skb_pad(skb, I40E_MIN_TX_LEN - skb->len)) i40evf_xmit_frame()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 677 * 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 D | igb_main.c | 6865 * 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 D | ixgbe_main.c | 1708 * 60 bytes if the skb->len is less than 60 for skb_pad. ixgbe_pull_tail()
|
Completed in 455 milliseconds