Home
last modified time | relevance | path

Searched refs:rtnl_mirred_set_ifindex (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/route/act/
Dmirred.h26 extern int rtnl_mirred_set_ifindex(struct rtnl_act *, uint32_t);
/external/libnl/lib/route/act/
Dmirred.c163 int rtnl_mirred_set_ifindex(struct rtnl_act *act, uint32_t ifindex) in rtnl_mirred_set_ifindex() function
/external/libnl/tests/
Dtest-u32-filter-with-actions.c385 rtnl_mirred_set_ifindex(act, rtnl_link_name2i(link_cache, "eth1")); in main()