• Home
  • Raw
  • Download

Lines Matching full:interface

2  * Network interface table.
5 * maintain a table associating each interface with a SID.
47 * sel_netif_hashfn - Hashing function for the interface table
49 * @ifindex: the network interface
52 * This is the hashing function for the network interface table, it returns the
53 * bucket number for the given interface.
62 * sel_netif_find - Search for an interface record
64 * @ifindex: the network interface
67 * Search the network interface table and return the record matching @ifindex.
86 * sel_netif_insert - Insert a new interface into the table
87 * @netif: the new interface record
90 * Add a new interface record to the network interface hash table. Returns
109 * sel_netif_destroy - Remove an interface record from the table
110 * @netif: the existing interface record
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
126 * @ifindex: the network interface
127 * @sid: interface SID
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
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
189 * @ifindex: the network interface
190 * @sid: interface SID
193 * This function determines the SID of a network interface using the fastest
194 * method possible. First the interface table is queried, but if an entry
217 * sel_netif_kill - Remove an entry from the network interface table
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.