Home
last modified time | relevance | path

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

/linux-6.15/security/selinux/
H A Dnetif.c71 struct sel_netif *netif; in sel_netif_find() local
76 return netif; in sel_netif_find()
97 idx = sel_netif_hashfn(netif->nsec.ns, netif->nsec.ifindex); in sel_netif_insert()
135 struct sel_netif *netif; in sel_netif_sid_slow() local
151 if (netif != NULL) { in sel_netif_sid_slow()
152 *sid = netif->nsec.sid; in sel_netif_sid_slow()
193 struct sel_netif *netif; in sel_netif_sid() local
198 *sid = netif->nsec.sid; in sel_netif_sid()
219 struct sel_netif *netif; in sel_netif_kill() local
224 if (netif) in sel_netif_kill()
[all …]
H A DMakefile17 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
H A Dhooks.c237 net->netif = ifindex; in __ad_net_init()
/linux-6.15/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-6.15/include/linux/
H A Dlsm_audit.h28 int netif; member
/linux-6.15/Documentation/networking/
H A Dindex.rst89 netif-msg
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-block-aoe9 What: /sys/block/etherd*/netif
/linux-6.15/security/
H A Dlsm_audit.c375 if (a->u.net->netif > 0) { in audit_log_lsm_data()
379 dev = dev_get_by_index(&init_net, a->u.net->netif); in audit_log_lsm_data()
/linux-6.15/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-6.15/drivers/block/aoe/
H A Daoeblk.c158 static DEVICE_ATTR(netif, 0444, aoedisk_show_netif, NULL);
/linux-6.15/security/smack/
H A Dsmack_lsm.c4200 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb()
4233 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb()
4406 ad.a.u.net->netif = skb->skb_iif; in smack_inet_conn_request()