Lines Matching full:interface
3 * Network interface table.
6 * maintain a table associating each interface with a SID.
44 * sel_netif_hashfn - Hashing function for the interface table
46 * @ifindex: the network interface
49 * This is the hashing function for the network interface table, it returns the
50 * bucket number for the given interface.
59 * sel_netif_find - Search for an interface record
61 * @ifindex: the network interface
64 * Search the network interface table and return the record matching @ifindex.
83 * sel_netif_insert - Insert a new interface into the table
84 * @netif: the new interface record
87 * Add a new interface record to the network interface hash table. Returns
106 * sel_netif_destroy - Remove an interface record from the table
107 * @netif: the existing interface record
110 * Remove an existing interface record from the network interface table.
121 * sel_netif_sid_slow - Lookup the SID of a network interface using the policy
123 * @ifindex: the network interface
124 * @sid: interface SID
127 * This function determines the SID of a network interface by querying the
128 * security policy. The result is added to the network interface table to
145 pr_warn("SELinux: failure in %s(), invalid network interface (%d)\n", in sel_netif_sid_slow()
173 pr_warn("SELinux: failure in %s(), unable to determine network interface label (%d)\n", in sel_netif_sid_slow()
179 * sel_netif_sid - Lookup the SID of a network interface
181 * @ifindex: the network interface
182 * @sid: interface SID
185 * This function determines the SID of a network interface using the fastest
186 * method possible. First the interface table is queried, but if an entry
209 * sel_netif_kill - Remove an entry from the network interface table
211 * @ifindex: the network interface
214 * This function removes the entry matching @ifindex from the network interface
232 * sel_netif_flush - Flush the entire network interface table
235 * Remove all entries from the network interface table.