Searched refs:CBCP_MINLEN (Results 1 – 2 of 2) sorted by relevance
127 if (pktlen < CBCP_MINLEN) { in cbcp_input()136 if (len < CBCP_MINLEN || len > pktlen) { in cbcp_input()140 len -= CBCP_MINLEN; in cbcp_input()
48 #define CBCP_MINLEN 4 macro