Home
last modified time | relevance | path

Searched refs:rtnl_act_alloc (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/lib/route/
Dact.c181 struct rtnl_act *rtnl_act_alloc(void) in rtnl_act_alloc() function
416 act = rtnl_act_alloc(); in rtnl_act_parse()
513 if (!(act = rtnl_act_alloc())) in act_msg_parser()
/third_party/libnl/include/netlink/route/
Daction.h24 extern struct rtnl_act *rtnl_act_alloc(void);
/third_party/libnl/tests/
Dtest-u32-filter-with-actions.c382 act = rtnl_act_alloc(); in main()
391 act2 = rtnl_act_alloc(); in main()
/third_party/libnl/lib/route/cls/
Dmall.c232 if (!(dst->m_act = rtnl_act_alloc())) in mall_clone()
Du32.c196 if (!(dst->cu_act = rtnl_act_alloc())) in u32_clone()
/third_party/libnl/
Dlibnl-route-3.sym73 rtnl_act_alloc;