hdrflags          622 net/l2tp/l2tp_core.c 		      unsigned char *ptr, unsigned char *optr, u16 hdrflags,
hdrflags          652 net/l2tp/l2tp_core.c 		if (hdrflags & L2TP_HDRFLAG_S) {
hdrflags          732 net/l2tp/l2tp_core.c 		if (hdrflags & L2TP_HDRFLAG_O) {
hdrflags          801 net/l2tp/l2tp_core.c 	u16 hdrflags;
hdrflags          833 net/l2tp/l2tp_core.c 	hdrflags = ntohs(*(__be16 *) ptr);
hdrflags          836 net/l2tp/l2tp_core.c 	version = hdrflags & L2TP_HDR_VER_MASK;
hdrflags          848 net/l2tp/l2tp_core.c 	if (hdrflags & L2TP_HDRFLAG_T) {
hdrflags          860 net/l2tp/l2tp_core.c 		if (hdrflags & L2TP_HDRFLAG_L)
hdrflags          892 net/l2tp/l2tp_core.c 	l2tp_recv_common(session, skb, ptr, optr, hdrflags, length);
hdrflags          222 net/l2tp/l2tp_core.h 		      unsigned char *ptr, unsigned char *optr, u16 hdrflags,