Query: skb_store_bits
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_STORE_BITS(9) Linux Networking SKB_STORE_BITS(9)NAMEskb_store_bits - store bits from kernel buffer to skbSYNOPSISint skb_store_bits(struct sk_buff * skb, int offset, const void * from, int len);ARGUMENTSskb destination buffer offset offset in destination from source buffer len number of bytes to copyDESCRIPTIONCopy the specified number of bytes from the source buffer to the destination skb. This function handles all the messy bits of traversing fragment lists and such.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_STORE_BITS(9)