Home
last modified time | relevance | path

Searched refs:nlattr_user_tmpl (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DXfrmController.h299 struct nlattr_user_tmpl { struct
378 static int fillNlAttrUserTemplate(const XfrmSpInfo& record, nlattr_user_tmpl* tmpl);
DXfrmControllerTest.cpp648 NLMSG_ALIGN(sizeof(XfrmController::nlattr_user_tmpl)) + in TEST_P()
680 XfrmController::nlattr_user_tmpl usertmpl{}; in TEST_P()
722 NLMSG_ALIGN(sizeof(XfrmController::nlattr_user_tmpl)) + in TEST_P()
DXfrmController.cpp1166 nlattr_user_tmpl usertmpl{}; in updateTunnelModeSecurityPolicy()
1282 int XfrmController::fillNlAttrUserTemplate(const XfrmSpInfo& record, nlattr_user_tmpl* tmpl) { in fillNlAttrUserTemplate()