Lines Matching refs:afspec
914 struct nlattr *afspec;
919 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
920 if (!protinfo && !afspec)
927 if (!p && !afspec)
956 if (afspec)
957 err = br_afspec(br, p, afspec, RTM_SETLINK, &changed, extack);
970 struct nlattr *afspec;
974 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
975 if (!afspec)
983 err = br_afspec(br, p, afspec, RTM_DELLINK, &changed, NULL);