Searched refs:OVPN_OPCODE_SIZE (Results 1 – 3 of 3) sorted by relevance
14 #define OVPN_HEAD_ROOM (OVPN_OPCODE_SIZE + OVPN_NONCE_WIRE_SIZE + \
41 #define OVPN_OPCODE_SIZE 4 /* DATA_V2 opcode size */ macro
112 if (unlikely(pkt_len < OVPN_OPCODE_SIZE)) { in ovpn_tcp_rcv()