Query: skb_head_is_locked
OS: centos
Section: 9
Links: centos man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_HEAD_IS_LOCKED(9) Linux Networking SKB_HEAD_IS_LOCKED(9)NAMEskb_head_is_locked - Determine if the skb->head is locked downSYNOPSISbool skb_head_is_locked(const struct sk_buff * skb);ARGUMENTSskb skb to checkDESCRIPTIONThe head on skbs build around a head frag can be removed if they are not cloned. This function returns true if the skb head is locked down due to either being allocated via kmalloc, or by being a clone with multiple references to the head.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_HEAD_IS_LOCKED(9)