Lines Matching full:network
3 * Network node table
5 * SELinux must keep a mapping of network nodes to labels/SIDs. This
100 * Search the network node table and return the record matching @addr. If an
143 * Add a new node record to the network address hash table.
179 * sel_netnode_sid_slow - Lookup the SID of a network address using the policy
185 * This function determines the SID of a network address by querying the
186 * security policy. The result is added to the network address table to
235 pr_warn("SELinux: failure in %s(), unable to determine network node label\n", in sel_netnode_sid_slow()
241 * sel_netnode_sid - Lookup the SID of a network address
247 * This function determines the SID of a network address using the fastest
271 * sel_netnode_flush - Flush the entire network address table
274 * Remove all entries from the network address table.