Searched refs:kPadBytes (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 146 void* kPadBytes = static_cast<void*>(kPadBytesArray); variable 432 {kPadBytes, NLMSG_ALIGN(sizeof(flushUserSa)) - sizeof(flushUserSa)}}; in flushSaDb() 911 {kPadBytes, 0}, // up to NLMSG_ALIGNTO pad bytes of padding in updateSecurityAssociation() 913 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 915 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 917 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 919 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 921 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 923 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 925 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() [all …]
|