Lines Matching refs:markValue

529         int32_t markValue, int32_t markMask, const std::string& authAlgo,  in ipSecAddSecurityAssociation()  argument
541 ALOGD("markValue=%x", markValue); in ipSecAddSecurityAssociation()
555 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation()
616 const std::string& destinationAddress, int32_t spi, int32_t markValue, int32_t markMask, in ipSecDeleteSecurityAssociation() argument
623 ALOGD("markValue=%x", markValue); in ipSecDeleteSecurityAssociation()
628 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation()
731 int32_t spi, int32_t markValue, in fillXfrmCommonInfo() argument
740 return fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, info); in fillXfrmCommonInfo()
743 netdutils::Status XfrmController::fillXfrmCommonInfo(int32_t spi, int32_t markValue, in fillXfrmCommonInfo() argument
753 info->mark.v = markValue; in fillXfrmCommonInfo()
869 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId) { in ipSecAddSecurityPolicy() argument
871 tmplDstAddress, spi, markValue, markMask, xfrmInterfaceId, in ipSecAddSecurityPolicy()
878 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId) { in ipSecUpdateSecurityPolicy() argument
880 tmplDstAddress, spi, markValue, markMask, xfrmInterfaceId, in ipSecUpdateSecurityPolicy()
886 int32_t direction, int32_t markValue, in ipSecDeleteSecurityPolicy() argument
889 return processSecurityPolicy(transformId, selAddrFamily, direction, "", "", 0, markValue, in ipSecDeleteSecurityPolicy()
896 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId, int32_t msgType) { in processSecurityPolicy() argument
904 ALOGD("markValue=%d", markValue); in processSecurityPolicy()
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()