Lines Matching refs:XfrmController
200 size_t fillNlAttrU32(__u16 nlaType, uint32_t value, XfrmController::nlattr_payload_u32* nlAttr) { in fillNlAttrU32()
396 XfrmController::XfrmController(void) {} in XfrmController() function in android::net::XfrmController
399 XfrmController::XfrmController(bool xfrmIntfSupport) { in XfrmController() function in android::net::XfrmController
403 netdutils::Status XfrmController::Init() { in Init()
413 netdutils::Status XfrmController::flushInterfaces() { in flushInterfaces()
428 netdutils::Status XfrmController::flushSaDb(const XfrmSocket& s) { in flushSaDb()
438 netdutils::Status XfrmController::flushPolicyDb(const XfrmSocket& s) { in flushPolicyDb()
443 bool XfrmController::isXfrmIntfSupported() { in isXfrmIntfSupported()
455 netdutils::Status XfrmController::ipSecSetEncapSocketOwner(int socketFd, int newUid, in ipSecSetEncapSocketOwner()
488 netdutils::Status XfrmController::ipSecAllocateSpi(int32_t transformId, in ipSecAllocateSpi()
527 netdutils::Status XfrmController::ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
612 netdutils::Status XfrmController::ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
647 netdutils::Status XfrmController::ipSecMigrate(int32_t transformId, int32_t selAddrFamily, in ipSecMigrate()
699 netdutils::Status XfrmController::fillXfrmEndpointPair(const std::string& sourceAddress, in fillXfrmEndpointPair()
727 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo()
741 netdutils::Status XfrmController::fillXfrmCommonInfo(int32_t spi, int32_t markValue, in fillXfrmCommonInfo()
758 netdutils::Status XfrmController::ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
829 netdutils::Status XfrmController::ipSecRemoveTransportModeTransform(int socketFd) { in ipSecRemoveTransportModeTransform()
864 netdutils::Status XfrmController::ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
873 netdutils::Status XfrmController::ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
882 netdutils::Status XfrmController::ipSecDeleteSecurityPolicy(int32_t transformId, in ipSecDeleteSecurityPolicy()
891 netdutils::Status XfrmController::processSecurityPolicy( in processSecurityPolicy()
933 void XfrmController::fillXfrmSelector(const int selAddrFamily, xfrm_selector* selector) { in fillXfrmSelector()
939 netdutils::Status XfrmController::updateSecurityAssociation(const XfrmSaInfo& record, in updateSecurityAssociation()
1046 int XfrmController::fillNlAttrXfrmAlgoEnc(const XfrmAlgo& inAlgo, nlattr_algo_crypt* algo) { in fillNlAttrXfrmAlgoEnc()
1061 int XfrmController::fillNlAttrXfrmAlgoAuth(const XfrmAlgo& inAlgo, nlattr_algo_auth* algo) { in fillNlAttrXfrmAlgoAuth()
1081 int XfrmController::fillNlAttrXfrmAlgoAead(const XfrmAlgo& inAlgo, nlattr_algo_aead* algo) { in fillNlAttrXfrmAlgoAead()
1102 int XfrmController::fillNlAttrXfrmEncapTmpl(const XfrmSaInfo& record, nlattr_encap_tmpl* tmpl) { in fillNlAttrXfrmEncapTmpl()
1115 int XfrmController::fillUserSaInfo(const XfrmSaInfo& record, xfrm_usersa_info* usersa) { in fillUserSaInfo()
1143 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId()
1152 netdutils::Status XfrmController::deleteSecurityAssociation(const XfrmCommonInfo& record, in deleteSecurityAssociation()
1183 netdutils::Status XfrmController::migrate(const XfrmMigrateInfo& record, const XfrmSocket& sock) { in migrate()
1201 netdutils::Status XfrmController::allocateSpi(const XfrmSaInfo& record, uint32_t minSpi, in allocateSpi()
1249 netdutils::Status XfrmController::updateTunnelModeSecurityPolicy(const XfrmSpInfo& record, in updateTunnelModeSecurityPolicy()
1297 netdutils::Status XfrmController::deleteTunnelModeSecurityPolicy(const XfrmSpInfo& record, in deleteTunnelModeSecurityPolicy()
1335 int XfrmController::fillUserSpInfo(const XfrmSpInfo& record, xfrm_userpolicy_info* usersp) { in fillUserSpInfo()
1349 void XfrmController::fillUserTemplate(const XfrmSpInfo& record, xfrm_user_tmpl* tmpl) { in fillUserTemplate()
1367 int XfrmController::fillNlAttrUserTemplate(const XfrmSpInfo& record, nlattr_user_tmpl* tmpl) { in fillNlAttrUserTemplate()
1375 int XfrmController::fillNlAttrXfrmMark(const XfrmCommonInfo& record, nlattr_xfrm_mark* mark) { in fillNlAttrXfrmMark()
1394 int XfrmController::fillNlAttrXfrmOutputMark(const XfrmSaInfo& record, in fillNlAttrXfrmOutputMark()
1421 int XfrmController::fillNlAttrXfrmIntfId(const uint32_t intfIdValue, in fillNlAttrXfrmIntfId()
1434 int XfrmController::fillNlAttrXfrmReplayEsn(nlattr_xfrm_replay_esn* replay_esn) { in fillNlAttrXfrmReplayEsn()
1444 int XfrmController::fillNlAttrXfrmMigrate(const XfrmMigrateInfo& record, in fillNlAttrXfrmMigrate()
1462 int XfrmController::fillUserPolicyId(const XfrmSpInfo& record, xfrm_userpolicy_id* usersp) { in fillUserPolicyId()
1469 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
1493 netdutils::Status XfrmController::ipSecAddXfrmInterface(const std::string& deviceName, in ipSecAddXfrmInterface()
1582 netdutils::Status XfrmController::ipSecAddVirtualTunnelInterface(const std::string& deviceName, in ipSecAddVirtualTunnelInterface()
1707 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
1741 void XfrmController::dump(DumpWriter& dw) { in dump()