OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:change_cb
(Results
1 - 3
of
3
) sorted by null
/external/libnl/tests/
test-cache-mngr.c
6
static void
change_cb
(struct nl_cache *cache, struct nl_object *obj,
function
44
if ((err = nl_cache_mngr_add(mngr, "route/link", &
change_cb
, &lc)) < 0)
48
if ((err = nl_cache_mngr_add(mngr, "route/neigh", &
change_cb
, &nc)) < 0)
52
if ((err = nl_cache_mngr_add(mngr, "route/addr", &
change_cb
, &ac)) < 0)
56
if ((err = nl_cache_mngr_add(mngr, "route/route", &
change_cb
, &rc)) < 0)
test-nf-cache-mngr.c
3
static void
change_cb
(struct nl_cache *cache, struct nl_object *obj,
function
38
ct = nl_cache_mngr_add(mngr, "netfilter/ct", &
change_cb
);
/external/libnl/lib/
cache.c
558
change_func_t
change_cb
, void *data)
569
change_cb
, data);
582
change_func_t
change_cb
, void *data)
587
.ca_change =
change_cb
,
613
if (
change_cb
)
614
change_cb
(cache, obj, NL_ACT_DEL, data);
Completed in 203 milliseconds