Lines Matching full:network
2 * Network interface table.
4 * Network interfaces (devices) do not have a security field, so we
48 * @ns: the network namespace
49 * @ifindex: the network interface
52 * This is the hashing function for the network interface table, it returns the
63 * @ns: the network namespace
64 * @ifindex: the network interface
67 * Search the network interface table and return the record matching @ifindex.
90 * Add a new interface record to the network interface hash table. Returns
113 * Remove an existing interface record from the network interface table.
124 * sel_netif_sid_slow - Lookup the SID of a network interface using the policy
125 * @ns: the network namespace
126 * @ifindex: the network interface
130 * This function determines the SID of a network interface by quering the
131 * security policy. The result is added to the network interface table to
143 /* NOTE: we always use init's network namespace since we don't in sel_netif_sid_slow()
148 pr_warn("SELinux: failure in %s(), invalid network interface (%d)\n", in sel_netif_sid_slow()
179 pr_warn("SELinux: failure in %s(), unable to determine network interface label (%d)\n", in sel_netif_sid_slow()
187 * sel_netif_sid - Lookup the SID of a network interface
188 * @ns: the network namespace
189 * @ifindex: the network interface
193 * This function determines the SID of a network interface using the fastest
217 * sel_netif_kill - Remove an entry from the network interface table
218 * @ns: the network namespace
219 * @ifindex: the network interface
222 * This function removes the entry matching @ifindex from the network interface
240 * sel_netif_flush - Flush the entire network interface table
243 * Remove all entries from the network interface table.