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() 975 {kPadBytes, 0}, // up to NLMSG_ALIGNTO pad bytes of padding in updateSecurityAssociation() 977 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 979 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 981 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 983 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 985 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 987 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() 989 {kPadBytes, 0}, // up to NLATTR_ALIGNTO pad bytes in updateSecurityAssociation() [all …]
|