IFLA_PROTINFO
if (nla_type(attr) == IFLA_PROTINFO) {
protinfo = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_PROTINFO);
nest = nla_nest_start(skb, IFLA_PROTINFO);
if (tb[IFLA_MAP] || tb[IFLA_PROTINFO])
protinfo = nla_nest_start(skb, IFLA_PROTINFO);
protoinfo = nla_nest_start_noflag(skb, IFLA_PROTINFO);