atmdev_ops
Regular
4.4
: Absent ⚠️
4.8
: ✅struct atmdev_ops {
void (*dev_close)(struct atm_dev *);
int (*open)(struct atm_vcc *);
void (*close)(struct atm_vcc *);
int (*ioctl)(struct atm_dev *, unsigned int, void *);
int (*compat_ioctl)(struct atm_dev *, unsigned int, void *);
int (*getsockopt)(struct atm_vcc *, int, int, void *, int);
int (*setsockopt)(struct atm_vcc *, int, int, void *, unsigned int);
int (*send)(struct atm_vcc *, struct sk_buff *);
int (*send_oam)(struct atm_vcc *, void *, int);
void (*phy_put)(struct atm_dev *, unsigned char, long unsigned int);
unsigned char (*phy_get)(struct atm_dev *, long unsigned int);
int (*change_qos)(struct atm_vcc *, struct atm_qos *, int);
int (*proc_read)(struct atm_dev *, loff_t *, char *);
struct module *owner;
};
4.10
: ✅struct atmdev_ops {
void (*dev_close)(struct atm_dev *);
int (*open)(struct atm_vcc *);
void (*close)(struct atm_vcc *);
int (*ioctl)(struct atm_dev *, unsigned int, void *);
int (*compat_ioctl)(struct atm_dev *, unsigned int, void *);
int (*getsockopt)(struct atm_vcc *, int, int, void *, int);
int (*setsockopt)(struct atm_vcc *, int, int, void *, unsigned int);
int (*send)(struct atm_vcc *, struct sk_buff *);
int (*send_oam)(struct atm_vcc *, void *, int);
void (*phy_put)(struct atm_dev *, unsigned char, long unsigned int);
unsigned char (*phy_get)(struct atm_dev *, long unsigned int);
int (*change_qos)(struct atm_vcc *, struct atm_qos *, int);
int (*proc_read)(struct atm_dev *, loff_t *, char *);
struct module *owner;
};
4.13
: ✅struct atmdev_ops {
void (*dev_close)(struct atm_dev *);
int (*open)(struct atm_vcc *);
void (*close)(struct atm_vcc *);
int (*ioctl)(struct atm_dev *, unsigned int, void *);
int (*compat_ioctl)(struct atm_dev *, unsigned int, void *);
int (*getsockopt)(struct atm_vcc *, int, int, void *, int);
int (*setsockopt)(struct atm_vcc *, int, int, void *, unsigned int);
int (*send)(struct atm_vcc *, struct sk_buff *);
int (*send_oam)(struct atm_vcc *, void *, int);
void (*phy_put)(struct atm_dev *, unsigned char, long unsigned int);
unsigned char (*phy_get)(struct atm_dev *, long unsigned int);
int (*change_qos)(struct atm_vcc *, struct atm_qos *, int);
int (*proc_read)(struct atm_dev *, loff_t *, char *);
struct module *owner;
};
4.15
: ✅struct atmdev_ops {
void (*dev_close)(struct atm_dev *);
int (*open)(struct atm_vcc *);
void (*close)(struct atm_vcc *);
int (*ioctl)(struct atm_dev *, unsigned int, void *);
int (*compat_ioctl)(struct atm_dev *, unsigned int, void *);
int (*getsockopt)(struct atm_vcc *, int, int, void *, int);
int (*setsockopt)(struct atm_vcc *, int, int, void *, unsigned int);
int (*send)(struct atm_vcc *, struct sk_buff *);
int (*send_oam)(struct atm_vcc *, void *, int);
void (*phy_put)(struct atm_dev *, unsigned char, long unsigned int);
unsigned char (*phy_get)(struct atm_dev *, long unsigned int);
int (*change_qos)(struct atm_vcc *, struct atm_qos *, int);
int (*proc_read)(struct atm_dev *, loff_t *, char *);
struct module *owner;
};
4.18
: ✅struct atmdev_ops {
void (*dev_close)(struct atm_dev *);
int (*open)(struct atm_vcc *);
void (*close)(struct atm_vcc *);
int (*ioctl)(struct atm_dev *, unsigned int, void *);
int (*compat_ioctl)(struct atm_dev *, unsigned int, void *);
int (*getsockopt)(struct atm_vcc *, int, int, void *, int);
int (*setsockopt)(struct atm_vcc *, int, int, void *, unsigned int);
int (*send)(struct atm_vcc *, struct sk_buff *);
int (*send_oam)(struct atm_vcc *, void *, int);
void (*phy_put)(struct atm_dev *, unsigned char, long unsigned int);
unsigned char (*phy_get)(struct atm_dev *, long unsigned int);
int (*change_qos)(struct atm_vcc *, struct atm_qos *, int);
int (*proc_read)(struct atm_dev *, loff_t *, char *);
struct module *owner;
};
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅