Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/appletalk/
Dcops.h14 #define MAX_LLAP_SIZE 603 macro
Dcops.c811 if(pkt_len < 0 || pkt_len > MAX_LLAP_SIZE) in cops_rx()