Searched refs:addattr_nest (Results 1 – 4 of 4) 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 | 584 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) in addattr_nest() function 604 addattr_nest(n, maxlen, type); in addattr_nest_compat()
|
/external/iproute2/ip/ |
D | iplink.c | 201 vfinfo = addattr_nest(&req->n, sizeof(*req), IFLA_VF_INFO); in iplink_parse_vf() 389 vflist = addattr_nest(&req->n, sizeof(*req), in iplink_parse()
|
/external/iproute2/tc/ |
D | q_netem.c | 464 start = addattr_nest(n, 1024, TCA_NETEM_LOSS | NLA_F_NESTED); in netem_parse_opt()
|