Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dtap.c115 #define GOODCOPY_LEN 128 macro
668 tap16_to_cpu(q, vnet_hdr.hdr_len) : GOODCOPY_LEN; in tap_get_user()
Dtun.c102 #define GOODCOPY_LEN 128 macro
1817 copylen = gso.hdr_len ? tun16_to_cpu(tun, gso.hdr_len) : GOODCOPY_LEN; in tun_get_user()