Home | History | Annotate | Download | only in linux

Lines Matching defs:users

148  * the entire skb->data.  It is up to the users of the skb to agree on
151 * All users must obey the rule that the skb->data reference count must be
210 * @users: User count - see {datagram,tcp}.c
315 atomic_t users;
428 atomic_inc(&skb->users);
433 * If users == 1, we are the only owner and are can avoid redundant
494 return atomic_read(&skb->users) != 1;
609 * this is needed for now since a whole lot of users of the skb-queue
1095 * buffer has unspecified headroom built in. Users should allocate
1115 * buffer has unspecified headroom built in. Users should allocate
1136 * buffer has unspecified headroom built in. Users should allocate
1440 atomic_inc(&skb->users);