Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dtap.c117 #define GOODCOPY_LEN 128 macro
686 tap16_to_cpu(q, vnet_hdr.hdr_len) : GOODCOPY_LEN; in tap_get_user()
H A Dtun.c102 #define GOODCOPY_LEN 128 macro
1812 copylen = gso.hdr_len ? tun16_to_cpu(tun, gso.hdr_len) : GOODCOPY_LEN; in tun_get_user()