nhmsg
#define _IN(_field) offsetof(struct nhmsg, _field)
SNL_DECLARE_PARSER_EXT(snl_nhmsg_parser, sizeof(struct nhmsg),
if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg)))
struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg);
if (!nlmsg_reply(nw, hdr, sizeof(struct nhmsg)))
struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg);
#define _IN(_field) offsetof(struct nhmsg, _field)
NL_DECLARE_PARSER_EXT(nhmsg_parser, struct nhmsg, NULL, nlf_p_nh, nla_p_nh, post_p_nh);
snl_reserve_msg_object(&nw, struct nhmsg);
snl_reserve_msg_object(&nw, struct nhmsg);