Searched refs:netif (Results 1 - 10 of 10) sorted by relevance

/linux-master/security/selinux/
H A Dnetif.c27 #include "netif.h"
71 struct sel_netif *netif; local
73 list_for_each_entry_rcu(netif, &sel_netif_hash[idx], list)
74 if (net_eq(netif->nsec.ns, ns) &&
75 netif->nsec.ifindex == ifindex)
76 return netif;
83 * @netif: the new interface record
90 static int sel_netif_insert(struct sel_netif *netif) argument
97 idx = sel_netif_hashfn(netif->nsec.ns, netif
112 sel_netif_destroy(struct sel_netif *netif) argument
135 struct sel_netif *netif; local
193 struct sel_netif *netif; local
219 struct sel_netif *netif; local
240 struct sel_netif *netif; local
[all...]
H A DMakefile17 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
H A Dhooks.c100 #include "netif.h"
237 net->netif = ifindex;
5327 * was allowed by peer recv (and the netif/node checks),
/linux-master/tools/testing/selftests/net/forwarding/
H A Dethtool_mm.sh318 for netif in ${NETIFS[@]}; do
319 ethtool --show-mm $netif 2>&1 &> /dev/null
321 echo "SKIP: $netif does not support MAC Merge"
325 if check_ethtool_pmac_std_stats_support $netif eth-mac; then
326 has_pmac_stats[$netif]=true
328 has_pmac_stats[$netif]=false
329 echo "$netif does not report pMAC statistics, falling back to aggregate"
/linux-master/include/linux/
H A Dlsm_audit.h28 int netif; member in struct:lsm_network_audit
/linux-master/security/
H A Dlsm_audit.c381 if (a->u.net->netif > 0) {
385 dev = dev_get_by_index(&init_net, a->u.net->netif);
387 audit_log_format(ab, " netif=%s", dev->name);
/linux-master/drivers/net/xen-netback/
H A Dcommon.h43 #include <xen/interface/io/netif.h>
/linux-master/drivers/block/aoe/
H A Daoeblk.c158 static DEVICE_ATTR(netif, 0444, aoedisk_show_netif, NULL);
/linux-master/security/smack/
H A Dsmack_lsm.c4174 ad.a.u.net->netif = skb->skb_iif;
4207 ad.a.u.net->netif = skb->skb_iif;
4403 ad.a.u.net->netif = skb->skb_iif;
/linux-master/drivers/net/
H A Dxen-netfront.c58 #include <xen/interface/io/netif.h>
1853 * driver restart. We tear down our netif structure and recreate it, but

Completed in 205 milliseconds