Home
last modified time | relevance | path

Searched refs:if_settings (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/wan/
H A Dhdlc_raw.c22 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs);
36 static int raw_ioctl(struct net_device *dev, struct if_settings *ifs) in raw_ioctl()
H A Dhdlc_raw_eth.c23 static int raw_eth_ioctl(struct net_device *dev, struct if_settings *ifs);
51 static int raw_eth_ioctl(struct net_device *dev, struct if_settings *ifs) in raw_eth_ioctl()
H A Dhdlc_x25.c32 static int x25_ioctl(struct net_device *dev, struct if_settings *ifs);
277 static int x25_ioctl(struct net_device *dev, struct if_settings *ifs) in x25_ioctl()
H A Dhdlc_cisco.c59 static int cisco_ioctl(struct net_device *dev, struct if_settings *ifs);
309 static int cisco_ioctl(struct net_device *dev, struct if_settings *ifs) in cisco_ioctl()
H A Dhdlc.c199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl()
H A Dhdlc_fr.c149 static int fr_ioctl(struct net_device *dev, struct if_settings *ifs);
360 static int pvc_ioctl(struct net_device *dev, struct if_settings *ifs) in pvc_ioctl()
1184 static int fr_ioctl(struct net_device *dev, struct if_settings *ifs) in fr_ioctl()
H A Dhdlc_ppp.c103 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs);
658 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs) in ppp_ioctl()
H A Dc101.c231 static int c101_ioctl(struct net_device *dev, struct if_settings *ifs) in c101_ioctl()
H A Dpci200syn.c182 static int pci200_ioctl(struct net_device *dev, struct if_settings *ifs) in pci200_ioctl()
H A Dpc300too.c189 static int pc300_ioctl(struct net_device *dev, struct if_settings *ifs) in pc300_ioctl()
H A Dn2.c242 static int n2_ioctl(struct net_device *dev, struct if_settings *ifs) in n2_ioctl()
H A Dfarsync.c1787 struct if_settings *ifs) in fst_set_iface()
1859 struct if_settings *ifs) in fst_get_iface()
2022 fst_ioctl(struct net_device *dev, struct if_settings *ifs) in fst_ioctl()
H A Dwanxl.c346 static int wanxl_ioctl(struct net_device *dev, struct if_settings *ifs) in wanxl_ioctl()
H A Dfsl_qmc_hdlc.c518 static int qmc_hdlc_ioctl(struct net_device *netdev, struct if_settings *ifs) in qmc_hdlc_ioctl()
/linux/include/linux/
H A Dhdlc.h25 int (*ioctl)(struct net_device *dev, struct if_settings *ifs);
57 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs);
H A Dnetdevice.h1409 struct if_settings *ifs);
/linux/include/uapi/linux/
H A Dif.h207 struct if_settings { struct
254 struct if_settings ifru_settings;
/linux/net/core/
H A Ddev_ioctl.c494 static int dev_siocwandev(struct net_device *dev, struct if_settings *ifs) in dev_siocwandev()
/linux/Documentation/networking/
H A Dnetdevices.rst241 the SIOCWANDEV ioctl with the if_settings structure.
/linux/drivers/tty/
H A Dsynclink_gt.c1521 static int hdlcdev_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlcdev_ioctl()