Home
last modified time | relevance | path

Searched refs:rtnl_u32_add_key_uint32 (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/route/cls/
Du32.h41 extern int rtnl_u32_add_key_uint32(struct rtnl_cls *, uint32_t, uint32_t,
/external/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c169 rtnl_u32_add_key_uint32(cls, keyval, keymask, keyoff, keyoffmask); /* 10.0.0.0/8 */ in u32_add_filter_on_ht()
222 rtnl_u32_add_key_uint32(cls, keyval, keymask, keyoff, keyoffmask); in u32_add_filter_on_ht_with_hashmask()
Dtest-u32-filter-with-actions.c131 rtnl_u32_add_key_uint32(cls, keyval, keymask, keyoff, keyoffmask); in u32_add_filter_on_ht_with_hashmask()
/external/libnl/lib/route/cls/
Du32.c650 int rtnl_u32_add_key_uint32(struct rtnl_cls *cls, uint32_t val, uint32_t mask, in rtnl_u32_add_key_uint32() function