tprints("...");
tprints("}");
- offset = NLA_ALIGN(sizeof(req));
+ offset = NLMSG_ALIGN(sizeof(req));
if (decode_nla && len > offset) {
tprints(", ");
decode_nlattr(tcp, addr + offset, len - offset,
tprints("...");
tprints("}");
- offset = NLA_ALIGN(sizeof(req));
+ offset = NLMSG_ALIGN(sizeof(req));
if (decode_nla && len > offset) {
tprints(", ");
decode_nlattr(tcp, addr + offset, len - offset,
tprints("...");
tprints("}");
- offset = NLA_ALIGN(sizeof(msg));
+ offset = NLMSG_ALIGN(sizeof(msg));
if (decode_nla && len > offset) {
tprints(", ");
decode_nlattr(tcp, addr + offset, len - offset,
tprints("...");
tprints("}");
- offset = NLA_ALIGN(sizeof(msg));
+ offset = NLMSG_ALIGN(sizeof(msg));
if (decode_nla && len > offset) {
tprints(", ");
decode_nlattr(tcp, addr + offset, len - offset,
tprints("...");
tprints("}");
- offset = NLA_ALIGN(sizeof(msg));
+ offset = NLMSG_ALIGN(sizeof(msg));
if (decode_nla && len > offset) {
tprints(", ");
decode_nlattr(tcp, addr + offset, len - offset,
tprints("...");
tprints("}");
- offset = NLA_ALIGN(sizeof(msg));
+ offset = NLMSG_ALIGN(sizeof(msg));
if (decode_nla && len > offset) {
tprints(", ");
decode_nlattr(tcp, addr + offset, len - offset,