Searched refs:XT_L2TP_VERSION (Results 1 – 2 of 2) sorted by relevance
54 if ((info->flags & XT_L2TP_VERSION) && (info->version != data->version)) in l2tp_match()214 if (info->flags & ~(XT_L2TP_TID | XT_L2TP_SID | XT_L2TP_VERSION | in l2tp_mt_check()233 if (info->flags & XT_L2TP_VERSION) { in l2tp_mt_check()
24 XT_L2TP_VERSION = (1 << 2), /* match L2TP protocol version */ enumerator