Lines Matching defs:afspec
1092 struct nlattr *afspec;
1097 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1098 if (!protinfo && !afspec)
1105 if (!p && !afspec)
1134 if (afspec)
1135 err = br_afspec(br, p, afspec, RTM_SETLINK, &changed, extack);
1148 struct nlattr *afspec;
1152 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
1153 if (!afspec)
1161 err = br_afspec(br, p, afspec, RTM_DELLINK, &changed, NULL);