Home
last modified time | relevance | path

Searched refs:p_len (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dfortify-string.h229 return p_len; in strnlen()
363 size_t p_len, copy_len; in strlcat() local
370 p_len = strnlen(p, avail); in strlcat()
375 if (avail <= p_len) in strlcat()
379 if (p_size <= p_len) in strlcat()
383 copy_len = avail - p_len - 1; in strlcat()
384 actual = p_len + copy_len; in strlcat()
448 size_t p_len, copy_len, total; in strncat() local
452 p_len = strlen(p); in strncat()
454 total = p_len + copy_len + 1; in strncat()
[all …]
A Dskbuff.h436 #define skb_frag_foreach_page(f, f_off, f_len, p, p_off, p_len, copied) \ argument
439 p_len = skb_frag_must_loop(p) ? \
443 copied += p_len, p++, p_off = 0, \
444 p_len = min_t(u32, f_len - copied, PAGE_SIZE)) \

Completed in 15 milliseconds