Lines Matching full:interface
3 * Network interface table.
6 * maintain a table associating each interface with a SID.
43 * sel_netif_hashfn - Hashing function for the interface table
45 * @ifindex: the network interface
48 * This is the hashing function for the network interface table, it returns the
49 * bucket number for the given interface.
58 * sel_netif_find - Search for an interface record
60 * @ifindex: the network interface
63 * Search the network interface table and return the record matching @ifindex.
82 * sel_netif_insert - Insert a new interface into the table
83 * @netif: the new interface record
86 * Add a new interface record to the network interface hash table. Returns
105 * sel_netif_destroy - Remove an interface record from the table
106 * @netif: the existing interface record
109 * Remove an existing interface record from the network interface table.
120 * sel_netif_sid_slow - Lookup the SID of a network interface using the policy
122 * @ifindex: the network interface
123 * @sid: interface SID
126 * This function determines the SID of a network interface by querying the
127 * security policy. The result is added to the network interface table to
144 pr_warn("SELinux: failure in %s(), invalid network interface (%d)\n", in sel_netif_sid_slow()
172 pr_warn("SELinux: failure in %s(), unable to determine network interface label (%d)\n", in sel_netif_sid_slow()
178 * sel_netif_sid - Lookup the SID of a network interface
180 * @ifindex: the network interface
181 * @sid: interface SID
184 * This function determines the SID of a network interface using the fastest
185 * method possible. First the interface table is queried, but if an entry
208 * sel_netif_kill - Remove an entry from the network interface table
210 * @ifindex: the network interface
213 * This function removes the entry matching @ifindex from the network interface
231 * sel_netif_flush - Flush the entire network interface table
234 * Remove all entries from the network interface table.