Searched refs:p_len (Results 1 – 1 of 1) sorted by relevance
/net/core/ |
D | skbuff.c | 875 u32 p_off, p_len, copied; in skb_dump() local 880 skb_frag_size(frag), p, p_off, p_len, in skb_dump() 882 seg_len = min_t(int, p_len, len); in skb_dump() 1473 u32 p_off, p_len, copied; in skb_copy_ubufs() local 1478 p, p_off, p_len, copied) { in skb_copy_ubufs() 1482 while (done < p_len) { in skb_copy_ubufs() 1487 copy = min_t(u32, PAGE_SIZE - d_off, p_len - done); in skb_copy_ubufs() 2406 u32 p_off, p_len, copied; in skb_copy_bits() local 2415 copy, p, p_off, p_len, copied) { in skb_copy_bits() 2417 memcpy(to + copied, vaddr + p_off, p_len); in skb_copy_bits() [all …]
|