Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_l2tp.c51 if ((info->flags & XT_L2TP_TYPE) && (info->type != data->type)) in l2tp_match()
215 XT_L2TP_TYPE)) { in l2tp_mt_check()
223 ((!(info->flags & XT_L2TP_TYPE)) || in l2tp_mt_check()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_l2tp.h25 XT_L2TP_TYPE = (1 << 3), /* match L2TP packet type */ enumerator