Home
last modified time | relevance | path

Searched refs:L2tpSession (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/network/netdev/
Dl2tp-tunnel.c43 static L2tpSession* l2tp_session_free(L2tpSession *s) { in l2tp_session_free()
55 DEFINE_SECTION_CLEANUP_FUNCTIONS(L2tpSession, l2tp_session_free);
57 …session_new_static(L2tpTunnel *t, const char *filename, unsigned section_line, L2tpSession **ret) { in l2tp_session_new_static()
59 _cleanup_(l2tp_session_freep) L2tpSession *s = NULL; in l2tp_session_new_static()
77 s = new(L2tpSession, 1); in l2tp_session_new_static()
81 *s = (L2tpSession) { in l2tp_session_new_static()
186 static int netdev_l2tp_create_message_session(NetDev *netdev, L2tpSession *session, sd_netlink_mess… in netdev_l2tp_create_message_session()
359 static void l2tp_session_destroy_callback(L2tpSession *session) { in l2tp_session_destroy_callback()
366 static int l2tp_create_session_handler(sd_netlink *rtnl, sd_netlink_message *m, L2tpSession *sessio… in l2tp_create_session_handler()
388 static int l2tp_create_session(NetDev *netdev, L2tpSession *session) { in l2tp_create_session()
[all …]
Dl2tp-tunnel.h35 typedef struct L2tpSession { struct
44 } L2tpSession; argument