Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dl2tpv3.c48 #define MAX_L2TPV3_IOVCNT (MAX_L2TPV3_MSGCNT * IOVSIZE) macro
225 if (iovcnt > MAX_L2TPV3_IOVCNT - 1) { in net_l2tpv3_receive_dgram_iov()
228 iovcnt, MAX_L2TPV3_IOVCNT in net_l2tpv3_receive_dgram_iov()
709 s->vec = g_new(struct iovec, MAX_L2TPV3_IOVCNT); in net_init_l2tpv3()