Home
last modified time | relevance | path

Searched refs:base_nc_len (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dmodule.c274 * variable). 'base_nc_len' is the length of base's netfilter contexts; it
281 size_t base_nc_len; in link_netfilter_contexts() local
285 base_nc_len = base->netfilter_contexts_len; in link_netfilter_contexts()
287 base_nc_len += modules[i]->netfilter_contexts_len; in link_netfilter_contexts()
291 (char *)realloc(base->netfilter_contexts, base_nc_len)) == NULL) { in link_netfilter_contexts()

Completed in 2 milliseconds