Home
last modified time | relevance | path

Searched refs:cm_protocol (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/
Dcache_mngr.c93 if (mngr->cm_protocol != protocol) in event_input()
166 mngr->cm_protocol = protocol; in nl_cache_mngr_alloc()
248 if (ops->co_protocol != mngr->cm_protocol) in nl_cache_mngr_set_change_func_v2()
304 if (ops->co_protocol != mngr->cm_protocol) in nl_cache_mngr_add_cache()
577 nl_nlfamily2str(mngr->cm_protocol, buf, sizeof(buf))); in nl_cache_mngr_info()
/external/libnl/include/netlink-private/
Dtypes.h116 int cm_protocol; member