pwtype           1682 net/l2tp/l2tp_core.c 			session->pwtype = cfg->pw_type;
pwtype            111 net/l2tp/l2tp_core.h 	enum l2tp_pwtype	pwtype;
pwtype            183 net/l2tp/l2tp_debugfs.c 		   session->pwtype == L2TP_PWTYPE_ETH ? "ETH" :
pwtype            184 net/l2tp/l2tp_debugfs.c 		   session->pwtype == L2TP_PWTYPE_PPP ? "PPP" :
pwtype            656 net/l2tp/l2tp_netlink.c 	pw_type = session->pwtype;
pwtype            721 net/l2tp/l2tp_netlink.c 	    nla_put_u16(skb, L2TP_ATTR_PW_TYPE, session->pwtype))
pwtype            757 net/l2tp/l2tp_ppp.c 		if (session->pwtype != L2TP_PWTYPE_PPP) {
pwtype           1053 net/l2tp/l2tp_ppp.c 	if (session->pwtype != L2TP_PWTYPE_PPP) {