Lines Matching refs:afspec
1091 struct nlattr *afspec;
1096 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1097 if (!protinfo && !afspec)
1104 if (!p && !afspec)
1133 if (afspec)
1134 err = br_afspec(br, p, afspec, RTM_SETLINK, &changed, extack);
1147 struct nlattr *afspec;
1151 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1152 if (!afspec)
1160 err = br_afspec(br, p, afspec, RTM_DELLINK, &changed, NULL);