Searched refs:l2tp_encap_type (Results 1 – 4 of 4) sorted by relevance
32 DEFINE_PRIVATE_STRING_TABLE_LOOKUP_FROM_STRING(l2tp_encap_type, L2tpEncapType);33 DEFINE_CONFIG_PARSE_ENUM(config_parse_l2tp_encap_type, l2tp_encap_type, L2tpEncapType, "Failed to p…121 switch (t->l2tp_encap_type) { in netdev_l2tp_create_message_tunnel()800 t->l2tp_encap_type = NETDEV_L2TP_ENCAPTYPE_UDP; in l2tp_tunnel_init()
66 L2tpEncapType l2tp_encap_type; member
108 …_l2tp_encap_type, 0, offsetof(L2tpTunnel, l2tp_encap_type)
169 enum l2tp_encap_type { enum