Lines Matching refs:XfrmController

199 size_t fillNlAttrU32(__u16 nlaType, uint32_t value, XfrmController::nlattr_payload_u32* nlAttr) {  in fillNlAttrU32()
395 XfrmController::XfrmController(void) {} in XfrmController() function in android::net::XfrmController
398 XfrmController::XfrmController(bool xfrmIntfSupport) { in XfrmController() function in android::net::XfrmController
402 netdutils::Status XfrmController::Init() { in Init()
412 netdutils::Status XfrmController::flushInterfaces() { in flushInterfaces()
427 netdutils::Status XfrmController::flushSaDb(const XfrmSocket& s) { in flushSaDb()
437 netdutils::Status XfrmController::flushPolicyDb(const XfrmSocket& s) { in flushPolicyDb()
442 bool XfrmController::isXfrmIntfSupported() { in isXfrmIntfSupported()
454 netdutils::Status XfrmController::ipSecSetEncapSocketOwner(int socketFd, int newUid, in ipSecSetEncapSocketOwner()
487 netdutils::Status XfrmController::ipSecAllocateSpi(int32_t transformId, in ipSecAllocateSpi()
526 netdutils::Status XfrmController::ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
614 netdutils::Status XfrmController::ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
649 netdutils::Status XfrmController::ipSecMigrate(int32_t transformId, int32_t selAddrFamily, in ipSecMigrate()
701 netdutils::Status XfrmController::fillXfrmEndpointPair(const std::string& sourceAddress, in fillXfrmEndpointPair()
729 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo()
743 netdutils::Status XfrmController::fillXfrmCommonInfo(int32_t spi, int32_t markValue, in fillXfrmCommonInfo()
760 netdutils::Status XfrmController::ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
831 netdutils::Status XfrmController::ipSecRemoveTransportModeTransform(int socketFd) { in ipSecRemoveTransportModeTransform()
866 netdutils::Status XfrmController::ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
875 netdutils::Status XfrmController::ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
884 netdutils::Status XfrmController::ipSecDeleteSecurityPolicy(int32_t transformId, in ipSecDeleteSecurityPolicy()
893 netdutils::Status XfrmController::processSecurityPolicy( in processSecurityPolicy()
935 void XfrmController::fillXfrmSelector(const int selAddrFamily, xfrm_selector* selector) { in fillXfrmSelector()
941 netdutils::Status XfrmController::updateSecurityAssociation(const XfrmSaInfo& record, in updateSecurityAssociation()
1040 int XfrmController::fillNlAttrXfrmAlgoEnc(const XfrmAlgo& inAlgo, nlattr_algo_crypt* algo) { in fillNlAttrXfrmAlgoEnc()
1055 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()
1075 int XfrmController::fillNlAttrXfrmAlgoAead(const XfrmAlgo& inAlgo, nlattr_algo_aead* algo) { in fillNlAttrXfrmAlgoAead()
1096 int XfrmController::fillNlAttrXfrmEncapTmpl(const XfrmSaInfo& record, nlattr_encap_tmpl* tmpl) { in fillNlAttrXfrmEncapTmpl()
1109 int XfrmController::fillUserSaInfo(const XfrmSaInfo& record, xfrm_usersa_info* usersa) { in fillUserSaInfo()
1137 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId()
1146 netdutils::Status XfrmController::deleteSecurityAssociation(const XfrmCommonInfo& record, in deleteSecurityAssociation()
1177 netdutils::Status XfrmController::migrate(const XfrmMigrateInfo& record, const XfrmSocket& sock) { in migrate()
1195 netdutils::Status XfrmController::allocateSpi(const XfrmSaInfo& record, uint32_t minSpi, in allocateSpi()
1243 netdutils::Status XfrmController::updateTunnelModeSecurityPolicy(const XfrmSpInfo& record, in updateTunnelModeSecurityPolicy()
1291 netdutils::Status XfrmController::deleteTunnelModeSecurityPolicy(const XfrmSpInfo& record, in deleteTunnelModeSecurityPolicy()
1329 int XfrmController::fillUserSpInfo(const XfrmSpInfo& record, xfrm_userpolicy_info* usersp) { in fillUserSpInfo()
1343 void XfrmController::fillUserTemplate(const XfrmSpInfo& record, xfrm_user_tmpl* tmpl) { in fillUserTemplate()
1361 int XfrmController::fillNlAttrUserTemplate(const XfrmSpInfo& record, nlattr_user_tmpl* tmpl) { in fillNlAttrUserTemplate()
1369 int XfrmController::fillNlAttrXfrmMark(const XfrmCommonInfo& record, nlattr_xfrm_mark* mark) { in fillNlAttrXfrmMark()
1388 int XfrmController::fillNlAttrXfrmOutputMark(const XfrmSaInfo& record, in fillNlAttrXfrmOutputMark()
1415 int XfrmController::fillNlAttrXfrmIntfId(const uint32_t intfIdValue, in fillNlAttrXfrmIntfId()
1428 int XfrmController::fillNlAttrXfrmMigrate(const XfrmMigrateInfo& record, in fillNlAttrXfrmMigrate()
1446 int XfrmController::fillUserPolicyId(const XfrmSpInfo& record, xfrm_userpolicy_id* usersp) { in fillUserPolicyId()
1453 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
1477 netdutils::Status XfrmController::ipSecAddXfrmInterface(const std::string& deviceName, in ipSecAddXfrmInterface()
1566 netdutils::Status XfrmController::ipSecAddVirtualTunnelInterface(const std::string& deviceName, in ipSecAddVirtualTunnelInterface()
1691 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
1725 void XfrmController::dump(DumpWriter& dw) { in dump()