Home
last modified time | relevance | path

Searched refs:IFF_ECHO (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch4 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 Dif.h102 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 Dif.h102 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 Dif.h105 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 Dvcan.c160 dev->flags |= IFF_ECHO; in vcan_setup()
H A DKconfig25 announces IFF_ECHO in the interface flags. To have a clean start
H A Dsun4i_can.c807 dev->flags |= IFF_ECHO; in sun4ican_probe()
H A Dti_hecc.c922 ndev->flags |= IFF_ECHO; in ti_hecc_probe()
/OK3568_Linux_fs/kernel/include/linux/can/
H A Ddev.h127 if (dev->flags & IFF_ECHO) in can_skb_headroom_valid()
/OK3568_Linux_fs/kernel/drivers/net/can/sja1000/
H A Dsja1000.c672 dev->flags |= IFF_ECHO; /* we support local echo */ in register_sja1000dev()
/OK3568_Linux_fs/kernel/net/can/
H A Daf_can.c257 if (!(skb->dev->flags & IFF_ECHO)) { in can_send()
/OK3568_Linux_fs/kernel/drivers/net/can/rockchip/
H A Drockchip_can.c721 ndev->flags |= IFF_ECHO; in rockchip_can_probe()
/OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c794 ndev->flags |= IFF_ECHO; in alloc_peak_canfd_dev()
/OK3568_Linux_fs/kernel/drivers/net/can/usb/
H A Dmcba_usb.c853 netdev->flags |= IFF_ECHO; /* we support local echo */ in mcba_usb_probe()
H A Dems_usb.c998 netdev->flags |= IFF_ECHO; /* we support local echo */ in ems_usb_probe()
H A Dusb_8dev.c945 netdev->flags |= IFF_ECHO; /* we support local echo */ in usb_8dev_probe()
H A Dgs_usb.c861 netdev->flags |= IFF_ECHO; /* we support full roundtrip echo */ in gs_make_candev()
/OK3568_Linux_fs/kernel/drivers/net/can/mscan/
H A Dmscan.c678 dev->flags |= IFF_ECHO; /* we support local echo */ in alloc_mscandev()
/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c820 netdev->flags |= IFF_ECHO; /* we support local echo */ in peak_usb_create_dev()
/OK3568_Linux_fs/kernel/drivers/net/can/cc770/
H A Dcc770.c855 dev->flags |= IFF_ECHO; /* we support local echo */ in register_cc770dev()
/OK3568_Linux_fs/kernel/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c721 netdev->flags |= IFF_ECHO; in kvaser_usb_init_one()
/OK3568_Linux_fs/kernel/drivers/net/can/rcar/
H A Drcar_can.c798 ndev->flags |= IFF_ECHO; in rcar_can_probe()
/OK3568_Linux_fs/kernel/drivers/net/can/ifi_canfd/
H A Difi_canfd.c975 ndev->flags |= IFF_ECHO; /* we support local echo */ in ifi_canfd_plat_probe()
/OK3568_Linux_fs/kernel/drivers/net/can/softing/
H A Dsofting_main.c655 netdev->flags |= IFF_ECHO; in softing_netdev_create()
/OK3568_Linux_fs/kernel/drivers/net/can/spi/
H A Dhi311x.c862 net->flags |= IFF_ECHO; in hi3110_can_probe()

12