Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngr.c86 if (mngr->cm_protocol != protocol) in event_input()
159 mngr->cm_protocol = protocol; in nl_cache_mngr_alloc()
241 if (ops->co_protocol != mngr->cm_protocol) in nl_cache_mngr_set_change_func_v2()
297 if (ops->co_protocol != mngr->cm_protocol) in nl_cache_mngr_add_cache()
570 nl_nlfamily2str(mngr->cm_protocol, buf, sizeof(buf))); in nl_cache_mngr_info()
/external/libnl/include/netlink-private/
Dtypes.h113 int cm_protocol; member