Searched refs:addattr_nest (Results 1 - 4 of 4) sorted by last modified time

/external/iproute2/include/
H A Dlibnetlink.h56 extern struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
/external/iproute2/ip/
H A Diplink.c201 vfinfo = addattr_nest(&req->n, sizeof(*req), IFLA_VF_INFO);
389 vflist = addattr_nest(&req->n, sizeof(*req),
/external/iproute2/lib/
H A Dlibnetlink.c584 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) function
604 addattr_nest(n, maxlen, type);
/external/iproute2/tc/
H A Dq_netem.c464 start = addattr_nest(n, 1024, TCA_NETEM_LOSS | NLA_F_NESTED);

Completed in 4504 milliseconds