snl_parsed_link
struct snl_parsed_link;
typedef struct snl_parsed_link if_link_t;
struct snl_parsed_link link;
struct snl_parsed_link l = {};
#define _OUT(_field) offsetof(struct snl_parsed_link, _field)