Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_l2tp.c57 if ((info->flags & XT_L2TP_VERSION) && (info->version != data->version)) in l2tp_match()
217 if (info->flags & ~(XT_L2TP_TID | XT_L2TP_SID | XT_L2TP_VERSION | in l2tp_mt_check()
235 if (info->flags & XT_L2TP_VERSION) { in l2tp_mt_check()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_l2tp.h23 XT_L2TP_VERSION = (1 << 2), /* match L2TP protocol version */ enumerator