Lines Matching full:network
3 * Network port table
5 * SELinux must keep a mapping of network ports to labels/SIDs. This
79 * Search the network port table and return the matching record. If an entry
101 * Add a new port record to the network address hash table.
126 * sel_netport_sid_slow - Lookup the SID of a network address using the policy
132 * This function determines the SID of a network port by querying the security
133 * policy. The result is added to the network port table to speedup future
165 pr_warn("SELinux: failure in %s(), unable to determine network port label\n", in sel_netport_sid_slow()
171 * sel_netport_sid - Lookup the SID of a network port
177 * This function determines the SID of a network port using the fastest method
200 * sel_netport_flush - Flush the entire network port table
203 * Remove all entries from the network address table.