OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netif_con
(Results
1 - 1
of
1
) sorted by null
/external/libsepol/src/
iface_record.c
14
sepol_context_t *
netif_con
;
member in struct:sepol_iface
102
tmp_iface->
netif_con
= NULL;
140
return iface->
netif_con
;
156
sepol_context_free(iface->
netif_con
);
157
iface->
netif_con
= newcon;
201
if (iface->
netif_con
&&
203
(handle, iface->
netif_con
, &new_iface->
netif_con
) < 0))
228
sepol_context_free(iface->
netif_con
);
Completed in 1744 milliseconds