Searched refs:MAX_PPPOE_PAYLOAD (Results 1 – 1 of 1) sorted by relevance
195 #define MAX_PPPOE_PAYLOAD (ETH_JUMBO_LEN - PPPOE_OVERHEAD) macro197 #define MAX_PPPOE_MTU (MAX_PPPOE_PAYLOAD - PPP_OVERHEAD)298 if (((cursor)-(start))+(len) > MAX_PPPOE_PAYLOAD) { \