Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_l2tp.c54 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()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_l2tp.h24 XT_L2TP_VERSION = (1 << 2), /* match L2TP protocol version */ enumerator