Searched refs:XfrmEncapType (Results 1 – 3 of 3) sorted by relevance
92 enum struct XfrmEncapType : uint16_t { enum105 XfrmEncapType type;
586 switch (static_cast<XfrmEncapType>(encapType)) { in ipSecAddSecurityAssociation()587 case XfrmEncapType::ESPINUDP: in ipSecAddSecurityAssociation()588 case XfrmEncapType::ESPINUDP_NON_IKE: in ipSecAddSecurityAssociation()597 case XfrmEncapType::NONE: in ipSecAddSecurityAssociation()598 saInfo.encap.type = static_cast<XfrmEncapType>(encapType); in ipSecAddSecurityAssociation()1097 if (record.encap.type == XfrmEncapType::NONE) { in fillNlAttrXfrmEncapTmpl()
360 static_cast<int>(XfrmEncapType::NONE), 0 /* local port */, 0 /* remote port */, in testIpSecAddSecurityAssociation()475 static_cast<int>(XfrmEncapType::ESPINUDP_NON_IKE), 0, 0, 0); in TEST_F()