Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h117 struct XfrmCommonInfo : XfrmEndpointPair { struct
125 struct XfrmSaInfo : XfrmCommonInfo { argument
133 struct XfrmSpInfo : XfrmCommonInfo {
371 XfrmCommonInfo* info);
374 XfrmCommonInfo* info);
396 static netdutils::Status deleteSecurityAssociation(const XfrmCommonInfo& record,
398 static int fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said);
404 static int fillNlAttrXfrmMark(const XfrmCommonInfo& record, nlattr_xfrm_mark* mark);
DXfrmController.cpp734 XfrmCommonInfo* info) { in fillXfrmCommonInfo()
746 XfrmCommonInfo* info) { in fillXfrmCommonInfo()
1137 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId()
1146 netdutils::Status XfrmController::deleteSecurityAssociation(const XfrmCommonInfo& record, in deleteSecurityAssociation()
1369 int XfrmController::fillNlAttrXfrmMark(const XfrmCommonInfo& record, nlattr_xfrm_mark* mark) { in fillNlAttrXfrmMark()