Searched refs:addattr_nest (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 56 extern struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
|
/external/iproute2/lib/ |
D | libnetlink.c | 575 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) in addattr_nest() function 595 addattr_nest(n, maxlen, type); in addattr_nest_compat()
|
/external/iproute2/ip/ |
D | iplink.c | 186 vfinfo = addattr_nest(&req->n, sizeof(*req), IFLA_VF_INFO); in iplink_parse_vf() 358 vflist = addattr_nest(&req->n, sizeof(*req), in iplink_parse()
|