Home
last modified time | relevance | path

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

12

/linux/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|\
/linux/drivers/net/can/dev/
H A Dskb.c59 if (!(dev->flags & IFF_ECHO) || in can_put_echo_skb()
320 if (dev->flags & IFF_ECHO) in can_skb_headroom_valid()
/linux/drivers/net/can/
H A Dvcan.c168 dev->flags |= IFF_ECHO; in vcan_setup()
H A Dsun4i_can.c873 dev->flags |= IFF_ECHO; in sun4ican_probe()
H A DKconfig46 announces IFF_ECHO in the interface flags. To have a clean start
H A Dat91_can.c1109 dev->flags |= IFF_ECHO; in at91_can_probe()
H A Dti_hecc.c912 ndev->flags |= IFF_ECHO; in ti_hecc_probe()
H A Dbxcan.c991 ndev->flags |= IFF_ECHO; in bxcan_probe()
/linux/drivers/net/can/esd/
H A Desd_402_pci-core.c365 netdev->flags |= IFF_ECHO; in pci402_init_cores()
/linux/drivers/net/can/sja1000/
H A Dsja1000.c701 dev->flags |= IFF_ECHO; /* we support local echo */ in register_sja1000dev()
/linux/net/can/
H A Daf_can.c256 if (!(skb->dev->flags & IFF_ECHO)) { in can_send()
/linux/drivers/net/can/usb/
H A Dmcba_usb.c850 netdev->flags |= IFF_ECHO; /* we support local echo */ in mcba_usb_probe()
H A Dems_usb.c1000 netdev->flags |= IFF_ECHO; /* we support local echo */ in ems_usb_probe()
H A Dusb_8dev.c937 netdev->flags |= IFF_ECHO; /* we support local echo */ in usb_8dev_probe()
H A Df81604.c1166 netdev->flags |= IFF_ECHO; in f81604_probe()
/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c834 ndev->flags |= IFF_ECHO; in alloc_peak_canfd_dev()
/linux/drivers/net/can/mscan/
H A Dmscan.c679 dev->flags |= IFF_ECHO; /* we support local echo */ in alloc_mscandev()
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-core.c902 ndev->flags |= IFF_ECHO; in rkcanfd_probe()
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c965 netdev->flags |= IFF_ECHO; /* we support local echo */ in peak_usb_create_dev()
/linux/drivers/net/can/cc770/
H A Dcc770.c856 dev->flags |= IFF_ECHO; /* we support local echo */ in register_cc770dev()
/linux/drivers/net/can/rcar/
H A Drcar_can.c795 ndev->flags |= IFF_ECHO; in rcar_can_probe()
/linux/drivers/net/can/ifi_canfd/
H A Difi_canfd.c967 ndev->flags |= IFF_ECHO; /* we support local echo */ in ifi_canfd_plat_probe()
/linux/drivers/net/can/softing/
H A Dsofting_main.c655 netdev->flags |= IFF_ECHO; in softing_netdev_create()
/linux/drivers/net/can/spi/
H A Dhi311x.c864 net->flags |= IFF_ECHO; in hi3110_can_probe()
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c848 netdev->flags |= IFF_ECHO; in kvaser_usb_init_one()

12