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

  /external/libnl/include/netlink/route/
action.h 24 extern struct rtnl_act *rtnl_act_alloc(void);
  /external/libnl/lib/route/
act.c 170 struct rtnl_act *rtnl_act_alloc(void) function
405 act = rtnl_act_alloc();
502 if (!(act = rtnl_act_alloc()))
  /external/libnl/tests/
test-u32-filter-with-actions.c 377 act = rtnl_act_alloc();
379 printf("rtnl_act_alloc() returns %p\n", act);
  /external/libnl/lib/route/cls/
u32.c 174 if (!(dst->cu_act = rtnl_act_alloc()))

Completed in 1505 milliseconds