Home
last modified time | relevance | path

Searched refs:pwtype (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/l2tp/
Dl2tp_debugfs.c183 session->pwtype == L2TP_PWTYPE_ETH ? "ETH" : in l2tp_dfs_seq_session_show()
184 session->pwtype == L2TP_PWTYPE_PPP ? "PPP" : in l2tp_dfs_seq_session_show()
Dl2tp_core.h111 enum l2tp_pwtype pwtype; member
Dl2tp_netlink.c656 pw_type = session->pwtype; in l2tp_nl_cmd_session_delete()
721 nla_put_u16(skb, L2TP_ATTR_PW_TYPE, session->pwtype)) in l2tp_nl_session_send()
Dl2tp_ppp.c757 if (session->pwtype != L2TP_PWTYPE_PPP) { in pppol2tp_connect()
1053 if (session->pwtype != L2TP_PWTYPE_PPP) { in pppol2tp_tunnel_copy_stats()
Dl2tp_core.c1674 session->pwtype = cfg->pw_type; in l2tp_session_create()