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

  /external/iproute2/include/
libnetlink.h 56 extern struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type);
  /external/iproute2/lib/
libnetlink.c 584 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) function
604 addattr_nest(n, maxlen, type);
  /external/iproute2/tc/
q_netem.c 464 start = addattr_nest(n, 1024, TCA_NETEM_LOSS | NLA_F_NESTED);
  /external/iproute2/ip/
iplink.c 201 vfinfo = addattr_nest(&req->n, sizeof(*req), IFLA_VF_INFO);
389 vflist = addattr_nest(&req->n, sizeof(*req),

Completed in 132 milliseconds