Searched refs:netif (Results 1 – 13 of 13) sorted by relevance
| /linux/security/selinux/ |
| H A D | netif.c | 72 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 D | Makefile | 17 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
|
| H A D | hooks.c | 240 net->netif = ifindex; in __ad_net_init()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_mm.sh | 319 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 D | netif-msg.rst | 5 :Original: Documentation/networking/netif-msg.rst
|
| H A D | index.rst | 26 netif-msg
|
| /linux/include/linux/ |
| H A D | lsm_audit.h | 28 int netif; member
|
| /linux/Documentation/networking/ |
| H A D | index.rst | 88 netif-msg
|
| /linux/security/ |
| H A D | lsm_audit.c | 356 if (a->u.net->netif > 0) { in audit_log_lsm_data() 360 dev = dev_get_by_index(&init_net, a->u.net->netif); in audit_log_lsm_data()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-aoe | 9 What: /sys/block/etherd*/netif
|
| /linux/Documentation/admin-guide/aoe/ |
| H A D | aoe.rst | 76 state, mac, and netif. The state attribute is "up" when the device 82 The netif attribute is the network interface on the localhost
|
| /linux/drivers/block/aoe/ |
| H A D | aoeblk.c | 158 static DEVICE_ATTR(netif, 0444, aoedisk_show_netif, NULL);
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 4286 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()
|