Home | History | Annotate | Download | only in ip

Lines Matching refs:nlh

1989 static int iplink_filter_req(struct nlmsghdr *nlh, int reqlen)
1993 err = addattr32(nlh, reqlen, IFLA_EXT_MASK, RTEXT_FILTER_VF);
1998 err = addattr32(nlh, reqlen, IFLA_MASTER, filter.master);
2006 linkinfo = addattr_nest(nlh, reqlen, IFLA_LINKINFO);
2008 err = addattr_l(nlh, reqlen, IFLA_INFO_KIND, filter.kind,
2013 addattr_nest_end(nlh, linkinfo);