Query: skb_copy_bits
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_COPY_BITS(9) Linux Networking SKB_COPY_BITS(9)NAMEskb_copy_bits - copy bits from skb to kernel bufferSYNOPSISint skb_copy_bits(const struct sk_buff * skb, int offset, void * to, int len);ARGUMENTSskb source skb offset offset in source to destination buffer len number of bytes to copyDESCRIPTIONCopy the specified number of bytes from the source skb to the destination buffer. CAUTION ! : If its prototype is ever changed, check arch/{*}/net/{*}.S files, since it is called from BPF assembly code.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_COPY_BITS(9)
Related Man Pages |
---|
vconfig(8) - redhat |
vconfig(8) - suse |
bp_copyin(9f) - opensolaris |
tc-ife(8) - mojave |
tc-ife(8) - osx |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |