| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ |
| H A D | 0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch | 4 Subject: [v2,2/3] uapi glibc compat: fix build if libc defines IFF_ECHO 14 musl 1.1.15 defines IFF_ECHO and the other net_device_flags options. 38 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */ 39 +#ifndef IFF_ECHO 43 +#endif /* IFF_ECHO */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if.h | 102 IFF_ECHO = 1<<18, /* __volatile__ */ enumerator 130 #define IFF_ECHO IFF_ECHO macro 133 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if.h | 102 IFF_ECHO = 1<<18, /* __volatile__ */ enumerator 130 #define IFF_ECHO IFF_ECHO macro 133 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if.h | 105 IFF_ECHO = 1<<18, /* volatile */ enumerator 133 #define IFF_ECHO IFF_ECHO macro 136 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | vcan.c | 160 dev->flags |= IFF_ECHO; in vcan_setup()
|
| H A D | Kconfig | 25 announces IFF_ECHO in the interface flags. To have a clean start
|
| H A D | sun4i_can.c | 807 dev->flags |= IFF_ECHO; in sun4ican_probe()
|
| H A D | ti_hecc.c | 922 ndev->flags |= IFF_ECHO; in ti_hecc_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/can/ |
| H A D | dev.h | 127 if (dev->flags & IFF_ECHO) in can_skb_headroom_valid()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/sja1000/ |
| H A D | sja1000.c | 672 dev->flags |= IFF_ECHO; /* we support local echo */ in register_sja1000dev()
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | af_can.c | 257 if (!(skb->dev->flags & IFF_ECHO)) { in can_send()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/rockchip/ |
| H A D | rockchip_can.c | 721 ndev->flags |= IFF_ECHO; in rockchip_can_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | peak_canfd.c | 794 ndev->flags |= IFF_ECHO; in alloc_peak_canfd_dev()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | mcba_usb.c | 853 netdev->flags |= IFF_ECHO; /* we support local echo */ in mcba_usb_probe()
|
| H A D | ems_usb.c | 998 netdev->flags |= IFF_ECHO; /* we support local echo */ in ems_usb_probe()
|
| H A D | usb_8dev.c | 945 netdev->flags |= IFF_ECHO; /* we support local echo */ in usb_8dev_probe()
|
| H A D | gs_usb.c | 861 netdev->flags |= IFF_ECHO; /* we support full roundtrip echo */ in gs_make_candev()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/mscan/ |
| H A D | mscan.c | 678 dev->flags |= IFF_ECHO; /* we support local echo */ in alloc_mscandev()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/ |
| H A D | pcan_usb_core.c | 820 netdev->flags |= IFF_ECHO; /* we support local echo */ in peak_usb_create_dev()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/cc770/ |
| H A D | cc770.c | 855 dev->flags |= IFF_ECHO; /* we support local echo */ in register_cc770dev()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_core.c | 721 netdev->flags |= IFF_ECHO; in kvaser_usb_init_one()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/rcar/ |
| H A D | rcar_can.c | 798 ndev->flags |= IFF_ECHO; in rcar_can_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ifi_canfd/ |
| H A D | ifi_canfd.c | 975 ndev->flags |= IFF_ECHO; /* we support local echo */ in ifi_canfd_plat_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/softing/ |
| H A D | softing_main.c | 655 netdev->flags |= IFF_ECHO; in softing_netdev_create()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/spi/ |
| H A D | hi311x.c | 862 net->flags |= IFF_ECHO; in hi3110_can_probe()
|