Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetdNativeService.cpp228 gCtls->xfrmCtrl.dump(dw); in dump()
652 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi( in ipSecAllocateSpi()
670 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
683 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
692 return asBinderStatus(gCtls->xfrmCtrl.ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
711 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
722 return asBinderStatus(gCtls->xfrmCtrl.ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
733 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityPolicy( in ipSecDeleteSecurityPolicy()
744 netdutils::Status result = gCtls->xfrmCtrl.ipSecAddTunnelInterface( in ipSecAddTunnelInterface()
756 netdutils::Status result = gCtls->xfrmCtrl.ipSecAddTunnelInterface( in ipSecUpdateTunnelInterface()
[all …]
H A DControllers.h55 XfrmController xfrmCtrl; variable