SKB_CLONED(9) Linux Networking SKB_CLONED(9)NAMEskb_cloned - is the buffer a cloneSYNOPSISint skb_cloned(const struct sk_buff * skb);ARGUMENTSskb buffer to checkDESCRIPTIONReturns true if the buffer was generated with skb_clone and is one of multiple shared copies of the buffer. Cloned buffers are shared data so must not be written to under normal circumstances.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_CLONED(9)
| Related Man Pages |
|---|
| __skb_recv_datagram(9) - centos |
| journal_get_undo_access(9) - centos |
| struct_ieee80211_tx_rate_control(9) - centos |
| gldrawbuffer(3g) - centos |
| struct_sk_buff(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |