Searched refs:afspec (Results 1 – 1 of 1) sorted by relevance
590 struct nlattr *afspec; in br_setlink() local596 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC); in br_setlink()597 if (!protinfo && !afspec) in br_setlink()604 if (!p && !afspec) in br_setlink()630 if (afspec) { in br_setlink()632 afspec, RTM_SETLINK); in br_setlink()654 struct nlattr *afspec; in br_dellink() local658 afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC); in br_dellink()659 if (!afspec) in br_dellink()668 afspec, RTM_DELLINK); in br_dellink()