SKB_PADTO(9) Linux Networking SKB_PADTO(9)NAMEskb_padto - pad an skbuff up to a minimal sizeSYNOPSISint skb_padto(struct sk_buff * skb, unsigned int len);ARGUMENTSskb buffer to pad len minimal lengthDESCRIPTIONPads up a buffer to ensure the trailing bytes exist and are blanked. If the buffer already contains sufficient data it is untouched. Otherwise it is extended. Returns zero on success. The skb is freed on error.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_PADTO(9)
| Related Man Pages |
|---|
| buf_mem_free(3) - redhat |
| cfg80211_testmode_alloc_reply_skb(9) - centos |
| struct_ieee80211_tx_rate_control(9) - centos |
| struct_sk_buff(9) - centos |
| struct_tid_ampdu_rx(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |