Home
last modified time | relevance | path

Searched refs:netif (Results 1 – 8 of 8) sorted by relevance

/linux/security/selinux/
H A Dnetif.c72 struct sel_netif *netif; in sel_netif_find() local
74 list_for_each_entry_rcu(netif, &sel_netif_hash[idx], list) in sel_netif_find()
75 if (net_eq(netif->nsec.ns, ns) && in sel_netif_find()
76 netif->nsec.ifindex == ifindex) in sel_netif_find()
77 return netif; in sel_netif_find()
91 static int sel_netif_insert(struct sel_netif *netif) in sel_netif_insert() argument
98 idx = sel_netif_hashfn(netif->nsec.ns, netif->nsec.ifindex); in sel_netif_insert()
99 list_add_rcu(&netif->list, &sel_netif_hash[idx]); in sel_netif_insert()
113 static void sel_netif_destroy(struct sel_netif *netif) in sel_netif_destroy() argument
115 list_del_rcu(&netif->list); in sel_netif_destroy()
[all …]
H A DMakefile17 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
H A Dhooks.c240 net->netif = ifindex; in __ad_net_init()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dethtool_mm.sh319 for netif in ${NETIFS[@]}; do
320 ethtool --show-mm $netif 2>&1 &> /dev/null
322 echo "SKIP: $netif does not support MAC Merge"
326 if check_ethtool_pmac_std_stats_support $netif eth-mac; then
327 has_pmac_stats[$netif]=true
329 has_pmac_stats[$netif]=false
330 echo "$netif does not report pMAC statistics, falling back to aggregate"
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst26 netif-msg
/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe9 What: /sys/block/etherd*/netif
/linux/Documentation/admin-guide/aoe/
H A Daoe.rst76 state, mac, and netif. The state attribute is "up" when the device
82 The netif attribute is the network interface on the localhost
/linux/security/smack/
H A Dsmack_lsm.c4286 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb()
4319 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb()
4492 ad.a.u.net->netif = skb->skb_iif; in smack_inet_conn_request()