Searched refs:if_settings (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/wan/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | hdlc.c | 199 int hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hdlc_ioctl()
|
| H A D | hdlc_ppp.c | 103 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs); 665 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs) in ppp_ioctl()
|
| H A 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()
|
| H A D | c101.c | 231 static int c101_ioctl(struct net_device *dev, struct if_settings *ifs) in c101_ioctl()
|
| H A D | n2.c | 242 static int n2_ioctl(struct net_device *dev, struct if_settings *ifs) in n2_ioctl()
|
| H A D | fsl_qmc_hdlc.c | 517 static int qmc_hdlc_ioctl(struct net_device *netdev, struct if_settings *ifs) in qmc_hdlc_ioctl()
|
| H A D | wanxl.c | 329 static int wanxl_ioctl(struct net_device *dev, struct if_settings *ifs) in wanxl_ioctl()
|
| H A D | fsl_ucc_hdlc.c | 677 static int uhdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in uhdlc_ioctl()
|
| H A D | ixp4xx_hss.c | 1307 static int hss_hdlc_ioctl(struct net_device *dev, struct if_settings *ifs) in hss_hdlc_ioctl()
|
| /linux/include/linux/ |
| H A 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);
|
| H A D | netdevice.h | 1487 struct if_settings *ifs);
|
| /linux/include/uapi/linux/ |
| H A D | if.h | 207 struct if_settings { struct 254 struct if_settings ifru_settings;
|
| /linux/Documentation/networking/ |
| H A D | netdevices.rst | 246 the SIOCWANDEV ioctl with the if_settings structure.
|