Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h111 struct XfrmCommonInfo { struct
121 struct XfrmSaInfo : XfrmCommonInfo { argument
346 XfrmCommonInfo* info);
349 XfrmCommonInfo* info);
371 static netdutils::Status deleteSecurityAssociation(const XfrmCommonInfo& record,
373 static int fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said);
381 static int fillNlAttrXfrmMark(const XfrmCommonInfo& record, nlattr_xfrm_mark* mark);
DXfrmController.cpp654 XfrmCommonInfo* info) { in fillXfrmCommonInfo()
683 XfrmCommonInfo* info) { in fillXfrmCommonInfo()
1073 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId()
1082 netdutils::Status XfrmController::deleteSecurityAssociation(const XfrmCommonInfo& record, in deleteSecurityAssociation()
1290 int XfrmController::fillNlAttrXfrmMark(const XfrmCommonInfo& record, nlattr_xfrm_mark* mark) { in fillNlAttrXfrmMark()