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

/linux-master/include/uapi/linux/netfilter/
H A Dxt_l2tp.h23 XT_L2TP_SID = (1 << 1), /* match L2TP session id */ enumerator in enum:__anon13081
/linux-master/net/netfilter/
H A Dxt_l2tp.c64 if ((info->flags & XT_L2TP_SID) && (data->type == XT_L2TP_TYPE_DATA) &&
214 if (info->flags & ~(XT_L2TP_TID | XT_L2TP_SID | XT_L2TP_VERSION |
222 (!(info->flags & XT_L2TP_SID)) &&
247 if ((info->flags & XT_L2TP_SID) &&

Completed in 230 milliseconds