Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h298 struct nlattr_user_tmpl { struct
377 static int fillNlAttrUserTemplate(const XfrmSpInfo& record, nlattr_user_tmpl* tmpl);
DXfrmControllerTest.cpp649 NLMSG_ALIGN(sizeof(XfrmController::nlattr_user_tmpl)) + in TEST_P()
681 XfrmController::nlattr_user_tmpl usertmpl{}; in TEST_P()
723 NLMSG_ALIGN(sizeof(XfrmController::nlattr_user_tmpl)) + in TEST_P()
DXfrmController.cpp1167 nlattr_user_tmpl usertmpl{}; in updateTunnelModeSecurityPolicy()
1284 int XfrmController::fillNlAttrUserTemplate(const XfrmSpInfo& record, nlattr_user_tmpl* tmpl) { in fillNlAttrUserTemplate()