Home
last modified time | relevance | path

Searched refs:L2TP_PWTYPE_ETH (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dl2tp.h157 L2TP_PWTYPE_ETH = 0x0005, enumerator
/linux-5.19.10/net/l2tp/
Dl2tp_eth.c346 err = l2tp_nl_register_ops(L2TP_PWTYPE_ETH, &l2tp_eth_nl_cmd_ops); in l2tp_eth_init()
360 l2tp_nl_unregister_ops(L2TP_PWTYPE_ETH); in l2tp_eth_exit()
Dl2tp_debugfs.c183 session->pwtype == L2TP_PWTYPE_ETH ? "ETH" : in l2tp_dfs_seq_session_show()