Home
last modified time | relevance | path

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

/external/libnfnetlink/src/
Dlibnfnetlink.c77 u_int8_t cb_count; member
277 u_int8_t cb_count, u_int32_t subscriptions) in nfnl_subsys_open() argument
294 ssh->cb = calloc(cb_count, sizeof(*(ssh->cb))); in nfnl_subsys_open()
299 ssh->cb_count = cb_count; in nfnl_subsys_open()
325 ssh->cb_count = 0; in nfnl_subsys_close()
1122 if (type >= ssh->cb_count) { in nfnl_callback_register()
1144 if (type >= ssh->cb_count) { in nfnl_callback_unregister()
1177 if (type >= ssh->cb_count) in nfnl_check_attributes()
1226 if (type >= ssh->cb_count) in __nfnl_handle_msg()
1316 if (type >= ssh->cb_count) { in nfnl_step()
/external/libnfnetlink/include/libnfnetlink/
Dlinux_nfnetlink.h69 __u8 cb_count; /* number of callbacks */ member