Home
last modified time | relevance | path

Searched refs:fillXfrmCommonInfo (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DXfrmController.cpp498 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, INVALID_SPI, 0, 0, in ipSecAllocateSpi()
555 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation()
628 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation()
675 fillXfrmCommonInfo(oldSourceAddress, oldDestinationAddress, 0 /* spi */, 0 /* mark */, in ipSecMigrate()
729 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() function in android::net::XfrmController
740 return fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, info); in fillXfrmCommonInfo()
743 netdutils::Status XfrmController::fillXfrmCommonInfo(int32_t spi, int32_t markValue, in fillXfrmCommonInfo() function in android::net::XfrmController
779 netdutils::Status status = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, 0, 0, in ipSecApplyTransportModeTransform()
923 RETURN_IF_NOT_OK(fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, in processSecurityPolicy()
928 RETURN_IF_NOT_OK(fillXfrmCommonInfo(tmplSrcAddress, tmplDstAddress, spi, markValue, in processSecurityPolicy()
DXfrmController.h367 static netdutils::Status fillXfrmCommonInfo(const std::string& sourceAddress,
372 static netdutils::Status fillXfrmCommonInfo(int32_t spi, int32_t markValue, int32_t markMask,