Home
last modified time | relevance | path

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

/linux-5.19.10/net/l2tp/
Dtrace.h99 __field(enum l2tp_pwtype, pwtype)
107 __entry->pwtype = session->pwtype;
111 show_pw_type_name(__entry->pwtype),
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.h103 enum l2tp_pwtype pwtype; member
Dl2tp_netlink.c667 pw_type = session->pwtype; in l2tp_nl_cmd_session_delete()
728 nla_put_u16(skb, L2TP_ATTR_PW_TYPE, session->pwtype)) in l2tp_nl_session_send()
Dl2tp_ppp.c750 if (session->pwtype != L2TP_PWTYPE_PPP) { in pppol2tp_connect()
1043 if (session->pwtype != L2TP_PWTYPE_PPP) { in pppol2tp_tunnel_copy_stats()
Dl2tp_core.c1610 session->pwtype = cfg->pw_type; in l2tp_session_create()
/linux-5.19.10/Documentation/networking/
Dl2tp.rst311 mnl_attr_put_u16(nlh, L2TP_ATTR_PW_TYPE, pwtype);