Searched refs:len_max (Results 1 - 1 of 1) sorted by relevance

/net/packet/
H A Daf_packet.c2103 int to_write, offset, len, tp_len, nr_frags, len_max; local
2191 len_max = PAGE_SIZE - offset;
2192 len = ((to_write > len_max) ? len_max : to_write);
2215 len_max = PAGE_SIZE;
2216 len = ((to_write > len_max) ? len_max : to_write);

Completed in 32 milliseconds