Searched refs:if_settings (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/drivers/net/wan/ |
D | hdlc_raw.c | 22 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()
|
D | hdlc_raw_eth.c | 23 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()
|
D | hdlc_x25.c | 32 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()
|
D | hdlc_cisco.c | 59 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()
|
D | hdlc.c | 199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl()
|
D | hdlc_fr.c | 149 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()
|
D | hdlc_ppp.c | 103 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()
|
D | pci200syn.c | 182 static int pci200_ioctl(struct net_device *dev, struct if_settings *ifs) in pci200_ioctl()
|
D | c101.c | 231 static int c101_ioctl(struct net_device *dev, struct if_settings *ifs) in c101_ioctl()
|
D | pc300too.c | 189 static int pc300_ioctl(struct net_device *dev, struct if_settings *ifs) in pc300_ioctl()
|
D | n2.c | 242 static int n2_ioctl(struct net_device *dev, struct if_settings *ifs) in n2_ioctl()
|
D | farsync.c | 1787 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()
|
D | fsl_qmc_hdlc.c | 518 static int qmc_hdlc_ioctl(struct net_device *netdev, struct if_settings *ifs) in qmc_hdlc_ioctl()
|
D | wanxl.c | 346 static int wanxl_ioctl(struct net_device *dev, struct if_settings *ifs) in wanxl_ioctl()
|
D | fsl_ucc_hdlc.c | 682 static int uhdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in uhdlc_ioctl()
|
D | ixp4xx_hss.c | 1307 static int hss_hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hss_hdlc_ioctl()
|
/linux-6.12.1/include/linux/ |
D | hdlc.h | 25 int (*ioctl)(struct net_device *dev, struct if_settings *ifs); 57 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs);
|
D | netdevice.h | 1388 struct if_settings *ifs);
|
/linux-6.12.1/include/uapi/linux/ |
D | if.h | 207 struct if_settings { struct 254 struct if_settings ifru_settings;
|
/linux-6.12.1/net/core/ |
D | dev_ioctl.c | 494 static int dev_siocwandev(struct net_device *dev, struct if_settings *ifs) in dev_siocwandev()
|
/linux-6.12.1/Documentation/networking/ |
D | netdevices.rst | 241 the SIOCWANDEV ioctl with the if_settings structure.
|
/linux-6.12.1/drivers/tty/ |
D | synclink_gt.c | 1521 static int hdlcdev_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlcdev_ioctl()
|