Searched refs:fillXfrmCommonInfo (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 499 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, INVALID_SPI, 0, 0, in ipSecAllocateSpi() 556 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation() 626 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation() 673 fillXfrmCommonInfo(oldSourceAddress, oldDestinationAddress, 0 /* spi */, 0 /* mark */, in ipSecMigrate() 727 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() function in android::net::XfrmController 738 return fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, info); in fillXfrmCommonInfo() 741 netdutils::Status XfrmController::fillXfrmCommonInfo(int32_t spi, int32_t markValue, in fillXfrmCommonInfo() function in android::net::XfrmController 777 netdutils::Status status = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, 0, 0, in ipSecApplyTransportModeTransform() 921 RETURN_IF_NOT_OK(fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, in processSecurityPolicy() 926 RETURN_IF_NOT_OK(fillXfrmCommonInfo(tmplSrcAddress, tmplDstAddress, spi, markValue, in processSecurityPolicy()
|
D | XfrmController.h | 384 static netdutils::Status fillXfrmCommonInfo(const std::string& sourceAddress, 389 static netdutils::Status fillXfrmCommonInfo(int32_t spi, int32_t markValue, int32_t markMask,
|