Searched refs:rexmit_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netgraph/
H A Dng_l2tp.h79 u_int16_t rexmit_max; /* max retransmits before failure */ member in struct:ng_l2tp_config
90 { "rexmit_max", &ng_parse_uint16_type }, \
H A Dng_l2tp.c370 priv->conf.rexmit_max = L2TP_MAX_REXMIT;
1468 if (seq->rexmits++ >= priv->conf.rexmit_max)

Completed in 67 milliseconds