OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_cls_alloc_cache
(Results
1 - 5
of
5
) sorted by null
/external/libnl/include/netlink/route/
classifier.h
29
extern int
rtnl_cls_alloc_cache
(struct nl_sock *, int, uint32_t,
/external/libnl/src/
nl-tctree-list.c
55
if (
rtnl_cls_alloc_cache
(sock, ifindex, parent, &cls_cache) < 0)
74
if (
rtnl_cls_alloc_cache
(sock, ifindex, parent, &cls_cache) < 0)
nl-cls-list.c
50
err =
rtnl_cls_alloc_cache
(sock, ifindex, rtnl_cls_get_parent(cls),
nl-cls-delete.c
121
err =
rtnl_cls_alloc_cache
(sock, rtnl_cls_get_ifindex(cls),
/external/libnl/lib/route/
cls.c
294
int
rtnl_cls_alloc_cache
(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **result)
function
Completed in 431 milliseconds