Lines Matching full:afspec
1118 struct nlattr *afspec;
1123 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1124 if (!protinfo && !afspec)
1131 if (!p && !afspec)
1158 if (afspec)
1159 err = br_afspec(br, p, afspec, RTM_SETLINK, &changed, extack);
1172 struct nlattr *afspec;
1176 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1177 if (!afspec)
1185 err = br_afspec(br, p, afspec, RTM_DELLINK, &changed, NULL);