Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/cls/
Dematch.h59 extern void rtnl_ematch_set_flags(struct rtnl_ematch *,
/external/libnl/lib/route/cls/
Dematch_syntax.y163 rtnl_ematch_set_flags($1, $2);
175 rtnl_ematch_set_flags($2, TCF_EM_INVERT);
Dematch.c217 void rtnl_ematch_set_flags(struct rtnl_ematch *ematch, uint16_t flags) in rtnl_ematch_set_flags() function