Searched refs:netif (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 8 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
|
| H A D | hooks.c | 5045 ad.u.net->netif = skb->skb_iif; in selinux_sock_rcv_skb_compat() 5100 ad.u.net->netif = skb->skb_iif; in selinux_socket_sock_rcv_skb() 5626 ad.u.net->netif = indev->ifindex; in selinux_ip_forward() 5748 ad.u.net->netif = ifindex; in selinux_ip_postroute_compat() 5872 ad.u.net->netif = ifindex; in selinux_ip_postroute()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_audit.h | 28 int netif; member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | index.rst | 78 netif-msg
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0001-Adjust-for-musl-headers.patch | 44 src/shared/netif-util.c | 2 +- 501 diff --git a/src/shared/netif-util.c b/src/shared/netif-util.c 503 --- a/src/shared/netif-util.c 504 +++ b/src/shared/netif-util.c
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-aoe | 9 What: /sys/block/etherd*/netif
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | lsm_audit.c | 396 if (a->u.net->netif > 0) { in dump_common_audit_data() 400 dev = dev_get_by_index(&init_net, a->u.net->netif); in dump_common_audit_data()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0001-Adjust-for-musl-headers.patch | 42 src/shared/netif-util.c | 2 +- 422 --- a/src/shared/netif-util.c 423 +++ b/src/shared/netif-util.c
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoeblk.c | 164 static DEVICE_ATTR(netif, 0444, aoedisk_show_netif, NULL);
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 3934 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb() 3967 ad.a.u.net->netif = skb->skb_iif; in smack_socket_sock_rcv_skb() 4162 ad.a.u.net->netif = skb->skb_iif; in smack_inet_conn_request()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd_250.5.bb | 304 …echo 'd /run/systemd/netif/links 0755 root root -' >>${D}${exec_prefix}/lib/tmpfiles.d/systemd.conf
|