Lines Matching refs:L2tpSession
43 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()
406 L2tpSession *session; in l2tp_create_tunnel_handler()
674 _cleanup_(l2tp_session_free_or_set_invalidp) L2tpSession *session = NULL; in config_parse_l2tp_session_id()
723 _cleanup_(l2tp_session_free_or_set_invalidp) L2tpSession *session = NULL; in config_parse_l2tp_session_l2spec()
763 _cleanup_(l2tp_session_free_or_set_invalidp) L2tpSession *session = NULL; in config_parse_l2tp_session_name()
805 static int l2tp_session_verify(L2tpSession *session) { in l2tp_session_verify()
833 L2tpSession *session; in netdev_l2tp_tunnel_verify()